Use default composer install folder (vendor) to align with laravel defaults

This commit is contained in:
DariusIII
2017-08-02 13:22:16 +02:00
parent be0c61926c
commit d7f440a563
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ echo ""
echo "Setting cache directory permissions for you..."
sudo chown -R www-data:www-data /var/lib/php/sessions/
chmod 755 ./
chmod -R 755 app/Libraries
chmod -R 755 vendor
chmod -R 777 app/resources
chmod -R 755 libraries
chmod -R 755 resources