Added check to see if bootstrap/cache is writable at install

This commit is contained in:
Dave Earley 2016-04-22 11:57:05 +01:00
parent 49502f1f2e
commit 061673b172
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class InstallerController extends Controller
public_path(config('attendize.event_images_path')),
public_path(config('attendize.organiser_images_path')),
public_path(config('attendize.event_pdf_tickets_path')),
base_path('bootstrap/cache'),
base_path('.env'),
];