pboivin
12/14/2021, 4:37 PM'home' => [
'title' => twillTrans('menu.home'),
'route' => '/',
'raw' => true,
],aleksdish
12/14/2021, 4:39 PMHarings Rob
12/14/2021, 6:34 PMprotected $defaultFilters = ['search' => 'user.name|search'];Harings Rob
12/14/2021, 6:44 PMHarings Rob
12/14/2021, 6:44 PMpboivin
12/14/2021, 8:49 PMfilter() in the repository to customize the search.Harings Rob
12/15/2021, 8:57 AMwork
12/15/2021, 12:00 PMwork
12/15/2021, 12:00 PMifox
12/15/2021, 12:23 PMaleksdish
12/15/2021, 3:01 PMpboivin
12/15/2021, 3:08 PMpboivin
12/15/2021, 3:09 PMnavigationuser
12/15/2021, 3:15 PMaleksdish
12/15/2021, 3:59 PMaleksdish
12/15/2021, 4:05 PMaleksdish
12/15/2021, 4:05 PMpboivin
12/15/2021, 4:09 PM@push('extra_css')
<style>
...
</style>
/* or */
<link rel="stylesheet" href="...">
@endpushaleksdish
12/15/2021, 4:13 PMaleksdish
12/15/2021, 4:13 PMaleksdish
12/15/2021, 4:15 PMpboivin
12/15/2021, 4:17 PMform.blade.php, for example. But perhaps it will be more useful to create your own layout, that extends twill::layouts.form or twill::layouts.mainaleksdish
12/15/2021, 4:18 PMpboivin
12/15/2021, 4:21 PMresources/views/admin/layouts/form.blade.php
@extends('twill::layouts.form')
@push('extra_css')
/* your custom styles here */
@endpushpboivin
12/15/2021, 4:21 PM@extends('admin.layouts.form')
...ifox
12/15/2021, 4:21 PMpboivin
12/15/2021, 4:25 PMaleksdish
12/15/2021, 4:45 PMaleksdish
12/15/2021, 4:52 PM@push('extra_css')
body{
color:red!important;
background-color:red!important;
}
@endpush
And didn't work.aleksdish
12/16/2021, 9:12 AM