Support the ongoing development of Laravel.io →

kay899

Joined 7 Jul 2014

Statistics

Threads 8
Replies 10
Solutions 1
Articles 0
posted 9 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 9 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 9 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 9 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 9 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 9 years ago

How to get a "permissions" list?

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

0 Likes
replied 9 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 9 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 9 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 9 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.

© 2024 Laravel.io - All rights reserved.