Skip to content

Commit

Permalink
Laravel 10 fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Jul 26, 2023
1 parent 32e6683 commit e9b57e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions laravel-10.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ yes|cp -rf _benchmark/laravel/. ./

# some enhancements
composer install --optimize-autoloader --no-dev
chmod o+w storage/*
chmod o+w storage/framework/*
#php artisan optimize
chmod -R o+w storage

rm ./public/.htaccess
5 changes: 2 additions & 3 deletions laravel-10.0/_benchmark/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ yes|cp -rf _benchmark/laravel/. ./

# some enhancements
composer install --optimize-autoloader --no-dev
chmod o+w storage/*
chmod o+w storage/framework/*
#php artisan optimize
chmod -R o+w storage

rm ./public/.htaccess

0 comments on commit e9b57e2

Please sign in to comment.