Added check to see if bootstrap/cache is writable at install
This commit is contained in:
parent
49502f1f2e
commit
061673b172
|
|
@ -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'),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue