Hi everybody!! With Zizaco Entrust how do we denied access in resources, i allready read the manual,...
Hi, Help me with this doubt, with zizaco entrust we can only block or give access to pages for a de...
What is the diference between find($id) and whereId($id)?
Hi everybody! I'm a newbie in laravel and I'm trying to create a interface to manage users roles and...
I´m trying to after save chamada in the function store then show it in the view show. I'm using this...
I solved this way: <?php if (Auth::user()->ability('Admin',array('read'),$...
Find out how to do what i wanted, this is my solution. In my blade page: <?php if (Aut...
Let me try to give an example. In zizaco entrust we have users, roles and permissions. In my view (i...
I did this edit.blade.php {{ Form::model($role->first(), ['role' => 'form', 'url' => '/ad...
I find the problem! I needed to return Redirect::route('despiste.chamada.show', ['despiste' => $c...
The Laravel portal for problem solving, knowledge sharing and community building.
The community