Hi, I have this Routes file: http://laravel.io/bin/5G1GJ. Using /game is wirkong perfectly, but /adm...
Hello, I try to extend the blueprint with some changes to have also crated_by and updated_by fields...
Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...
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.