Support the ongoing development of Laravel.io →
kay899

kay899

Joined 7 Jul 2014

Statistics

Threads 8
Replies 10
Solutions 1
Articles 0
posted 11 years ago

Routing /admin runs into endlees loop

Hi, I have this Routes file: http://laravel.io/bin/5G1GJ. Using /game is wirkong perfectly, but /adm...

0 Likes
2 Replies
posted 11 years ago

CustomBlueprint.php

Hello, I try to extend the blueprint with some changes to have also crated_by and updated_by fields...

0 Likes
0 Replies

Style not loading after prefixing a route

Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...

0 Likes
2 Replies
Solved
replied 11 years ago

How to get a "permissions" list?

Got it. It must be: if ( count($valid_permissions) > 0 ) { $role->permissions()->sync(...

0 Likes
replied 11 years ago

How to get a "permissions" list?

Hi deringer, thanks for your post, but I am afraid that code doesn't store any relation for the perm...

0 Likes
replied 11 years ago

Two field in combination should be unique in Database

I would love to add a unique validationrule, but I have no idea how to write one that fires when lev...

0 Likes
replied 11 years ago

Two field in combination should be unique in Database

Yes that is totally clear and working. But how can I prevent that the error is shown like this and j...

0 Likes
replied 11 years ago

Two field in combination should be unique in Database

Thanks kokokurak, this is working, but all I'll get is this SQL error: SQLSTATE[23000]: Integrity co...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.