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

How to get a "permissions" list?

Hi, I try to make an ACL with this Package: https://github.com/Toddish/Verify-L4 To add Permissions...

0 Likes
5 Replies
Solved
posted 11 years ago

Package class not accessable on Server

HI, I try to implement this package: https://github.com/Vinelab/RSS/tree/master On my local system a...

0 Likes
0 Replies
posted 11 years ago

Two field in combination should be unique in Database

Hello, I need to have validation where two field in a table in exact this combination should be uniq...

0 Likes
7 Replies
posted 11 years ago

Storing Data for a Model in two tables?

Hello, is there a way in Laravel to store Data for a Model in two different tables? Or to build rela...

0 Likes
5 Replies
Solved
posted 11 years ago

Selectbox with all User of a special Role

Hi, I would like to show a Selectbox with a list of all Users, which have a Role of ID 1. How can I...

0 Likes
1 Replies
Solved
replied 11 years ago

Storing Data for a Model in two tables?

Sounds like a good idea, but I actually solved it like this: $user->roles()->attach(1, array('...

0 Likes
replied 11 years ago

Storing Data for a Model in two tables?

ok, I now can save these relationship. But how can I set the value for $table->integer('value') w...

0 Likes
replied 11 years ago

Selectbox with all User of a special Role

Ah, I have found a way like this: $admins = Role::find(1)->users()->get()->lists('username'...

0 Likes
Solved
replied 11 years ago

Routing /admin runs into endlees loop

Thanks for your hints: I changes my Routes to the following: http://laravel.io/bin/88L37 /game ist s...

0 Likes
replied 11 years ago

Style not loading after prefixing a route

Thanks, barryvdh It works well with {{ asset('style.css') }}

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.