From the example I can dothis and set the collection to users_collection. How can I override it for...
I have two tables: Stat table contains 10 names with 10 targets (just a value) Statdata table contai...
Hello! I have some deep, nested relationships on a model and can't seem to figure out an easy way to...
Hi, I renamed my user table to 'deelnemers' and the name field to 'naam', password field to 'wachtwo...
I'm looking at this section of the Sentinel docs: https://cartalyst.com/manual/sentinel/2.0#laravel-...
I made a map using google maps application and load kml file for color shading in the area. To load...
I have to use the following request to get data from DB: $users=DB::select('SELECT id,username, avat...
I can't figure how to do this. I use FormRequest in my controller so the validation happens before i...
Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....
I have a model on which I'm using firstOrNew. if an entry exists, this code: $a = CustomAssets::...
Hi, in my controllers edit function, I pass my view the following $csUsers = User::lists('userName',...
Hi everyone. I have these tables and relative Models (http://laravel.io/bin/kWmrk) network_equipment...
I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...
Hi, I have a button lets say it is in a div for simplicity Button <button rel="tooltip"...
I've a Laravel 4 join as given below: return DB::table(Location::getTableName() . ' as l')->wher...
Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...
I am trying to create HMVC structure in laravel.I have created a modules folder with sub folders in...
I am using laravel 5.1 with the default authentication controller without any overrides but i faced...
Is there any reason the command php artisan key:generate is not available in lumen?
[Symfony\Component\Debug\Exception\FatalErrorException] syntax error, unexpected 'as' (T_AS) Route::...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community