in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...
Hi ya, I have a calnedar (FullCalnedar) where the user can filter down results based on a few params...
I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...
I have two table Users --- id --- username --- group_id Group -- id -- name I tried get all users a...
I have the following migration: <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\D...
I have a record in my database that I am deleting with the value of ID. Currently I have this as a g...
Hi I'm getting this error {"error":{"type":"ErrorException","mess...
newbie alert! i’ve recently moved my Laravel site to Fortrabbit but when i post new images to the si...
Hi, I`m trying to return only certain columns from the products table : <?php class Promo exten...
Given this model: I have defined all relationships properly using Eloquent ¿How can I get just ge...
Hello, I am currently following this Laracast: https://laracasts.com/lessons/test-databases-in-memor...
What is it Have you ever wished to create more than one type of migration? Did you ever want to run...
Hi guys at the moment I'm hardcoding in the 'unit' column on the 'ingredient_recipe' table. I want t...
Hi all, i've a Mac and i'm running MAMP with virtualhost properly configured. the problem was mysql....
I have the following relations: Discount: <?php class Discount extends Eloquent { pro...
Hello, being new to Laravel, I'm trying to perform a query in Laravel 4's query builder or Eloquent....
Hi, i have a select: $roles = agegroup::all(); The select delivers an object with data. Now i need t...
I use Laravel Eloquent to save data to table store, but it save more then one record at one time. Wh...
Do I have to write a raw sql query? Or is there a class in laravel that can do that?
I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...
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