Hi, I try to make an ACL with this Package: https://github.com/Toddish/Verify-L4 To add Permissions...
HI, I try to implement this package: https://github.com/Vinelab/RSS/tree/master On my local system a...
Hello, I need to have validation where two field in a table in exact this combination should be uniq...
Hello, is there a way in Laravel to store Data for a Model in two different tables? Or to build rela...
Hi, I would like to show a Selectbox with a list of all Users, which have a Role of ID 1. How can I...
Got it. It must be: if ( count($valid_permissions) > 0 ) { $role->permissions()->sync(...
Hi deringer, thanks for your post, but I am afraid that code doesn't store any relation for the perm...
I would love to add a unique validationrule, but I have no idea how to write one that fires when lev...
Yes that is totally clear and working. But how can I prevent that the error is shown like this and j...
Thanks kokokurak, this is working, but all I'll get is this SQL error: SQLSTATE[23000]: Integrity co...
The Laravel portal for problem solving, knowledge sharing and community building.
The community