Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 395 Bytes

https://gist.github.com/bradtraversy/7485f928e3e8f08ee6bccbe0a681a821

Install Xampp

Install Composer

when creating a new laravel project (don?t do this after git clone)

composer create-project --prefer-dist laravel/laravel wee_wander

after git clone

composer install

".env.example" file copy paste and change new file name to ".env"

php artisan key:generate

php artisan serve