@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.permissions.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.permissions.title') }} @endsection @section('container') @if ( ! isset($permissions['errors']))
{{ trans('installer_messages.permissions.next') }}
@else
You need to change storage & bootstrap folder permissions.

Run these permission commands from Terminal


    chmod -R 775 storage
    chmod -R 775 bootstrap
    

If you don't have shell access or don't know how to change permission, simply contact your hosting provider to do this small task for you.

@endif @endsection