Open oldercodergithub opened 6 months ago
Consider waiting for the db container to come up before running the init. You can try rerunning the init
docker compose exec app php artisan igniter:install --no-interaction
or start fresh
mkdir tastyigniter && cd tastyigniter
curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml
docker compose up db -d
sleep 10
docker compose up -d
docker compose exec app php artisan igniter:passwd admin
`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
whereusername
= admin limit 1)In Exception.php line 18:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
In PDOConnection.php line 82:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
`