ruddy
ruddy
FFilament
Created by ruddy on 10/9/2024 in #❓┊help
Dispatch Modal doesn't work
Okay , let me have a look, thanks
6 replies
FFilament
Created by ruddy on 10/9/2024 in #❓┊help
Dispatch Modal doesn't work
No , I don't have one, where I have to put it?
6 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
If you want to explore further, you can take a look at the FrontendState.php file located in the spark directory.
11 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
protected function dashboardUrl() { if ($dashboardUrl = config('spark.dashboard_url')) { return $dashboardUrl; } return app('router')->has('dashboard') ? route('dashboard') : '/'; }
11 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
No description
11 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
No description
11 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
You can change the Dashabord url from config\spark.php
11 replies
FFilament
Created by Frank Wiebe on 3/22/2024 in #❓┊help
Add tenant slug to Sparks return url
11 replies
FFilament
Created by Jon Mason on 3/3/2024 in #❓┊help
Login not working for role that only has access to single panel
I have registered this middleware for the admin panel. If you log in as an employee, this middleware will redirect you to the employee login. I have done the same for other panels as well.
9 replies
FFilament
Created by Jon Mason on 3/3/2024 in #❓┊help
Login not working for role that only has access to single panel
class AdminCheckPanelRedirect { public function handle(Request $request, Closure $next): Response { if (auth()->user()?->hasRole('employee')) { return redirect()->to('/contractor'); } return $next($request); } }
9 replies
FFilament
Created by Jon Mason on 3/3/2024 in #❓┊help
Login not working for role that only has access to single panel
@Jon Mason To resolve this issue, I have created middleware for each panel which redirects to the appropriate panel. My middleware looks like this
9 replies
FFilament
Created by Tommytomtom on 3/18/2024 in #❓┊help
Need advice on how to start big project
@bogus , no , you have to install it.
14 replies
FFilament
Created by Tommytomtom on 3/18/2024 in #❓┊help
Need advice on how to start big project
I've been using Yii2 for a long time, but when I switched to Laravel, I found that the only package you can truly rely on is Blueprint, and its creator is a remarkable figure in the Laravel community. He is also the mastermind behind Shift. The quality and functionality of Blueprint are truly fantastic
14 replies
FFilament
Created by Tommytomtom on 3/18/2024 in #❓┊help
Need advice on how to start big project
You can have a look of this one https://blueprint.laravelshift.com
14 replies
FFilament
Created by Troner on 2/21/2024 in #❓┊help
getTabs() on custom page?
6 replies
FFilament
Created by Troner on 2/21/2024 in #❓┊help
getTabs() on custom page?
Yes,
6 replies
FFilament
Created by jimarick on 2/1/2024 in #❓┊help
Any idea why my select dropdown is cut off?
The last screenshot shows version 3.2.19. On this version, everything was okay.
17 replies
FFilament
Created by jimarick on 2/1/2024 in #❓┊help
Any idea why my select dropdown is cut off?
No description
17 replies
FFilament
Created by jimarick on 2/1/2024 in #❓┊help
Any idea why my select dropdown is cut off?
This is how it works before:
17 replies
FFilament
Created by jimarick on 2/1/2024 in #❓┊help
Any idea why my select dropdown is cut off?
17 replies