Answer the question
In order to leave comments, you need to log in
What nuances should be taken into account when creating a universal admin panel on Laravel?
Hello.
I would like to make a list of all the nuances and take them into account in advance before writing the admin panel on Laravel 8. At this stage, a package with laid-out pages has been created, multilingualism has been configured, the Jetstream package with Livewire has been selected for authorization, style files and js are configured and packaged via webpack.
The plans are to make co-dependent packages, upon installation of which a menu should be generated in the admin panel. For example, in the admin panel itself, there should not be anything other than displaying an authorized user and changing the language.
There are a couple more questions for general development:
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'sone');
{{ __('sone::admin.general')}} // вывод перевода
{{ @include('sone::navigation.general')}}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question