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...
Sounds like a good idea, but I actually solved it like this: $user->roles()->attach(1, array('...
ok, I now can save these relationship. But how can I set the value for $table->integer('value') w...
Ah, I have found a way like this: $admins = Role::find(1)->users()->get()->lists('username'...
Thanks for your hints: I changes my Routes to the following: http://laravel.io/bin/88L37 /game ist s...
Thanks, barryvdh It works well with {{ asset('style.css') }}
The Laravel portal for problem solving, knowledge sharing and community building.