Support the ongoing development of Laravel.io →

joshuaajones

Joined 10 Sep 2015

Statistics

Threads 0
Replies 9
Solutions 1
Articles 0

joshuaajones has not posted any threads yet

replied 7 years ago

Call to a member function with() on a non-object

Something looks fishy, like a Controller for table column names, but try this: return view('table.co...

0 Likes
replied 7 years ago

laracasts role/permission demo and custom permission closures?

Your gate (permission) definition is the first step, then the permission check in either a Middlewar...

0 Likes
replied 7 years ago

Laravel environment variables

You need to insert the key in the method, or it only returns an array. env('KEY'); // **local** In...

0 Likes
replied 7 years ago

Creating a Master Admin account that is not part of the normal users' database.

A simple way to handle this is with roles and/or permissions. There are some packages available to s...

0 Likes
replied 7 years ago

searching in child table.

User::where('userType','local')->whereHas('roles',function($query){ $query->where('name','supe...

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.