Localhost installation
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,Run
php artisan migrate
from your terminal.Then, run
php artisan db:seed
from your terminal.To start the project, you can use the command
php artisan serve
.
After completing these steps, the project will start on your localhost.
Last updated