Skip to content

Instantly share code, notes, and snippets.

@prasanth22
Created April 9, 2020 13:33
Show Gist options
  • Select an option

  • Save prasanth22/cb1c06eb7b8018c44c7c48afed5ebfa1 to your computer and use it in GitHub Desktop.

Select an option

Save prasanth22/cb1c06eb7b8018c44c7c48afed5ebfa1 to your computer and use it in GitHub Desktop.
laravel clone setup
composer install
Copy .env.example file to .env
Open your .env file and change the database conf
php artisan key:generate
php artisan migrate
php artisan serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment