Localhost installation

Follow this space for a quick installation

After editing the information in your .env file

.env file

After creating the database on your localhost, the steps you need to follow are as follows:

  1. After completing the .env details,

  2. Run php artisan migrate from your terminal.

  3. Then, run php artisan db:seed from your terminal.

  4. 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