Skip to content

Instantly share code, notes, and snippets.

View matthewjamesr's full-sized avatar
💭
Learning Go!

Matthew Reichardt matthewjamesr

💭
Learning Go!
View GitHub Profile
@sanampatel
sanampatel / laravel_migration.txt
Created July 29, 2019 19:45
Commands to run after Laravel git clone or after project migration
#Clone your project from git
composer install
npm install
copy .env.example .env
OR
cp .env.example .env
php artisan key:generate