CentralCybersecurity
CentralCybersecurity
Okay, my approach is: 1. Each domain, separate DB ==> details are fed into .env.domain.test file 2. For domain-specific details a. I created a config file - home-blocks.php Nothing but...
> Let me know where to put the following code: > > ``` > \Menu::create('sidebar', function ($menu) { > $menu->setPresenter(NavbarPresenter::class); > > $menu->header('MAIN NAVIGATION'); > > > $menu->url('home', 'Home', ['target'...
If anyone else is looking for the same answer, here's how to call the Menu. **1. Create** in app/Support/menus.php ```Menu::create('navbar', function($menu) { $menu->url('/', 'Home', ['icon' => 'fa fa-dashboard'])->order(1); // $menu->route('/',...
Thank you, Bezkoder. Do you have any tutorial for filtering by category_id and pagination? Also, I am seeing soo many variations: **react-redux, redux-toolkit and react-hooks.** As a beginner, what would...
Hi, @adiramardiani I am also looking for the same. Did you manage to get this done? If yes, would appreciate if you could share the code as I am also...