Follow this space for a quick installation
After editing the information in your .env file
After creating the database on your localhost, the steps you need to follow are as follows:
After completing the .env details,
.env
Run php artisan migrate from your terminal.
php artisan migrate
Then, run php artisan db:seed from your terminal.
php artisan db:seed
To start the project, you can use the command php artisan serve.
php artisan serve
After completing these steps, the project will start on your localhost.
Last updated 1 year ago