TastyIgniter icon indicating copy to clipboard operation
TastyIgniter copied to clipboard

TastyIgniter Docker

Results 5 TastyIgniter issues
Sort by recently updated
recently updated
newest added

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` ![image](https://github.com/ThisIsQasim/TastyIgniter/assets/91811647/cc07ceaa-23bf-478e-b27a-98e7c54369f9) 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...