Hedi
Hedi
FFilament
Created by Hedi on 4/22/2025 in #❓┊help
most filamenty way of securing multi-user models?
but the user can still access the edit form and see the contents of the post that they shouldn't see. gates only refuse the post request to update the post on the database
8 replies
FFilament
Created by Hedi on 3/18/2025 in #❓┊help
Getting screen size inside filamentphp?
i look at this problem a different way, instead of using screen size to determine if the user is using mobile or wide screen, i just decided to use useragent and check if the user is mobile with this package https://packagist.org/packages/jenssegers/agent
4 replies
FFilament
Created by Hedi on 2/23/2025 in #❓┊help
use custom data for table
thanks!
5 replies
FFilament
Created by Hedi on 2/6/2025 in #❓┊help
Repeater deletes the record instead of updating it
could you please elaborate? i don't get what you mean
7 replies
FFilament
Created by Hedi on 2/12/2025 in #❓┊help
TextInput, don't count stripped characters?
thank you so much, i didnt know think about writing my own rule, that fixed my problem!
7 replies
FFilament
Created by Hedi on 2/6/2025 in #❓┊help
Repeater deletes the record instead of updating it
but the octaneStockProduct relationship has an id, this is my relationship
public function octaneStockProducts()
{
return $this->hasMany(OctaneStockProduct::class, 'octane_stock_id');
}
public function octaneStockProducts()
{
return $this->hasMany(OctaneStockProduct::class, 'octane_stock_id');
}
7 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
its crazy how much i miss from the documentation
10 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
thank you so much
10 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
whaooo i didnt know that existed!
10 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
i'm aware of this plugin https://filamentphp.com/plugins/njxqlus-progress-bar but, it doesn't to much..
10 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
here's a vid explaining what im trying to say
10 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
i couldn't find why this problem is occuring, but this custom function inside laravel's ServeCommand.php somehow minimized the problematics. so i'm gonna close this.
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
at least now i dont have to re-run the php artisan serve command each time, i just have to reload
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
No description
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
No description
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
No description
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
i dont even know what to look for to diagnose this
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
im not sure if it helps, here's a video where i just simply refresh the same page until the error happens
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
uhh i have no idea actually, i said maybe it's npm run dev because vite sends js and css files on different ports from what i see in the network tab in inspect tab of the browser
15 replies
FFilament
Created by Hedi on 12/18/2024 in #❓┊help
Failed to extract the request port. Ensure the log line contains a valid port: [Wed Dec 18 18:57:35
nope i stopped the npm run dev i still get this error
15 replies