sistema de inventario
1.0.0
Configure the connection to your database in the .env
file.
Run the following command at the root of the project to apply the migrations:
php spark migrate
Then run the seeder for the correct functioning of the system (Note: review the seeder to customize the first user of the system in app/Database/Seeds/InitSeed.php):
php spark db:seed InitSeed
By Noubot