Support the ongoing development of Laravel.io →

samuelcpedro

Joined 13 Sep 2014

Statistics

Threads 5
Replies 5
Solutions 3
Articles 0

resource controller filters with zizaco entrust

Hi everybody!! With Zizaco Entrust how do we denied access in resources, i allready read the manual,...

0 Likes
1 Replies

Block access content page

Hi, Help me with this doubt, with zizaco entrust we can only block or give access to pages for a de...

0 Likes
3 Replies
Solved

find($id) and whereId($id)

What is the diference between find($id) and whereId($id)?

0 Likes
1 Replies
Solved

search for permission role

Hi everybody! I'm a newbie in laravel and I'm trying to create a interface to manage users roles and...

0 Likes
2 Replies
Solved

Pass variables to View

I´m trying to after save chamada in the function store then show it in the view show. I'm using this...

0 Likes
1 Replies
Solved
replied 9 years ago

Entrust roles and permissions to filter template content

I solved this way: <?php if (Auth::user()->ability('Admin',array('read'),$...

0 Likes
replied 9 years ago

Block access content page

Find out how to do what i wanted, this is my solution. In my blade page: <?php if (Aut...

0 Likes
Solved
replied 9 years ago

Block access content page

Let me try to give an example. In zizaco entrust we have users, roles and permissions. In my view (i...

0 Likes
replied 9 years ago

search for permission role

I did this edit.blade.php {{ Form::model($role->first(), ['role' => 'form', 'url' => '/ad...

0 Likes
Solved
replied 9 years ago

Pass variables to View

I find the problem! I needed to return Redirect::route('despiste.chamada.show', ['despiste' => $c...

0 Likes
Solved

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.