TastyIgniter
TastyIgniter copied to clipboard
TastyIgniter Docker
After executing the commands: ``` mkdir tastyigniter && cd tastyigniter curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml docker compose up -d docker compose exec app php artisan igniter:passwd admin ``` I obtain the following...
First: `docker compose up -d` then `docker compose exec app php artisan igniter:install --no-interaction` finally `docker compose exec app php artisan igniter:passwd admin`  given: ``` root@vps:~/TastyIgniter# cat docker-compose.yml version:...
Hi! Could you take a look at this? I update this to the latest TastyIgniter 3.6.9 with PHP 8+ as they require, yet it does not fix the db connection...
`In Connection.php line 712: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist (SQL: select * from `ti_users` where `username` = admin limit 1) In Exception.php line...