In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...
Hey, I'm having a hard time compiling the DB:: or preferably Eloquent code for a query that involves...
My Eloquent model Module has many Sections. I can query thus: Module::with('sections')->get();...
Hello. So I have these Models: Product - for example, a t-shirt ProductVariant - for example, a XL-s...
Hello I'm making a webapp with categories, pages and banners that can be displayed on pages based on...
Hi, I'm using PhpStorm 2016.3.3 version and in my dashboard.blade.php file, I have the following cod...
I am trying to use the package with my CodeIgniter project by following the instructions given in re...
Is there any benefit to the following 2 pieces of code in a model class? Which one should I adopt an...
I'm following the Laravel from Scratch series from laracasts and am trying to build my own website....
how to write Laravel 5.4 Eloquent for the query like this, where ( (table1.fname like %xxxxx% ) OR (...
I'm trying to use pivot table. But I'm confused how should I define my database tables. Concept: Pac...
I am looking for the opposite of getting all Data that is related in a many to many relations, thus...
Hello, I am experiencing a strange problem with the built-in User class in Laravel. Its save() funct...
I was always against this approach, but now I am reconsidering. Is there a best practice way to do t...
Hi, I'm new in laravel, and I encounter problem when get relation data through 3 tables.. I had seve...
i am trying to get an object from a database where the schema is timestamp period_starts_at timestam...
If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
I've got this : $location = \App\Location::find($location_id)->with('items','items.vendor...
I want to know if I can use this: User::update($id,array( 'username '=>Input::get('username'...
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