Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.15 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel Project Setup

Step 1: Install Dependencies and Setup Environment

Run the following commands:

composer install
php artisan key:generate
php artisan config:clear
php artisan cache:clear

php artisan serve

Step 2: Create symbolic link

php artisan storage:link