Skip to content

Instantly share code, notes, and snippets.

@huzaifa-a
Created November 13, 2020 10:35
Show Gist options
  • Save huzaifa-a/ac260d0efb4028fc5a42d0d51e7e7ed5 to your computer and use it in GitHub Desktop.
Save huzaifa-a/ac260d0efb4028fc5a42d0d51e7e7ed5 to your computer and use it in GitHub Desktop.
Install Laravel form Git Repo

About Senides

How to install

Clone your project
Go to the file using cd

  • composer install
  • copy .env.example .env if using cmd
  • php artisan key:generate
  • Open your .env file and change the database name to whatever you have, username to root and leave the password field empty.
  • Type php artisan migrate

License

The Laravel framework is open-source software licensed under the MIT license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment