Ben T

Results 3 issues of Ben T

Looking at Timezone support for displaying back the date created etc it seems it is not consistently done. For example show.blade.php has timezone support using timezone()->convertToLocal() ``` @lang('backend_members.tabs.content.overview.created_at'): {{ timezone()->convertToLocal($member->created_at)...

Any plan to upgrade this to support the up coming Laravel 6.0?

I used below command to generate a new CRUD base on the Example. **php artisan l5b:crud Staff -m** I then try to access the new CRUD using below **http://l5b.test/admin/staff** and...