coreui-generator icon indicating copy to clipboard operation
coreui-generator copied to clipboard

CoreUI Templates with InfyOm Laravel Generator Boilerplate

Results 3 coreui-generator issues
Sort by recently updated
recently updated
newest added
trafficstars

I see that CSS of datatable_css.blade.php are not loaded correctly. In layout app.blade.php is missing the section inclusion or stack. In datatable_body.stub: ``` @section('css') @include('layouts.datatables_css') @endsection {!! $dataTable->table(['width' => '100%',...

Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' not found in C:\laragon\www\coreui\bootstrap\app.php:14 Stack trace: #0 C:\laragon\www\coreui\artisan(20): require_once() #1 {main} thrown in C:\laragon\www\coreui\bootstrap\app.php on line 14

In the layout blade - /resources/views/layouts/app.blade.php - is reference to http://infyom.com/images/logo/blue_logo_150x150.jpg and that image does not exists it would be much better to have all graphics included instead of using...

bug