Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sonichandni/aefb9bd60132a584c285f07af29b80cf to your computer and use it in GitHub Desktop.
Save sonichandni/aefb9bd60132a584c285f07af29b80cf to your computer and use it in GitHub Desktop.
composer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan storage:link
php artisan serve
// for ubuntu permissions
sudo chmod -R 0777 storage/*
sudo chmod -R 0777 bootstrap/cache
@sonichandni
Copy link
Author

add storage link command.

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