Hi All, Some time back I have developed a small application using laravel 3.2. I recently tried to r...
Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...
Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...
Hi To manage the categories and sub-categories of used etrepat/baum package. https://github.com/etre...
Hello, I am writing a JIRA API processor in Laravel and have hit a snag: apparently Atlassian uses t...
Things are going complicated as I started migrating my project to Laravel 5.x. 1. In my view I'm sho...
I am running my webpage behind a proxy, and everything works until I turn on maintenance mode. I add...
I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...
niyazialpay liked this thread
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...
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