1
0
Fork 0

Create missing directories in storage

This commit is contained in:
Pierre Jaury 2018-06-12 22:48:43 +02:00
parent 91a8f919de
commit 9cc3406a12
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
mkdir -p storage/framework/{cache,sessions,views,logs}
mkdir -p storage/app/public/avatars
mkdir -p storage/{debugbar,logs}
mkdir -p storage/framework/{cache,sessions,views,testing}
php artisan migrate
exec apache2-foreground