Hi guys, I have a table with records created per specific action, I am trying to count records per d...
What is the schema for the database table to store Array or stdObject in a column ? When I use ->...
Hello, I was trying to add a column / foreign key to the table in the following manner : public func...
Hi all, I have 2 tables: posts and comments. Each post has many comments (one-to-many relationship)....
I need to call SET SESSION wait_timeout=xx on my Eloquent DB connections after they are (lazily) cre...
hello I need table to drag&drop&sort row plugin and save the update tabe in database
Hi. I got a very strange problem... I can't use database session for my website. In local everything...
Hello guys, At my routes.php, i have Route::post('-', array('uses' => 'UserController@saveUser'))...
Hi, is there a way to attach an extra field to a pivot table and somehow checking it when grabbing d...
Hi, I'm rather new to Laravel development and need some help regarding a little bit complex model/da...
This is my query: $items = User::join('table_1', 'users.id', '=', 'table_1.user_id') ->join(...
Environment: Feature: id, title, rating, .... Tag: id, tag Pivot id, feature_id, tag_id Given a Feat...
I have the following models and relationships: Projects ==(one to many)== Expeditions Projects ==(on...
Hi is it possible to have only one blade for create and edit? I have try to implement and i am stack...
Hi, Is there a proper way to implement DB transaction in a MorphTo model relationship? I am trying t...
Hello, I have 3 different user types for my system (user, business, admin) and i can't use grouping...
I have a collection of x amount of tables that are directly related to my user model. Currently ther...
Hi i have the following code <?php namespace Backend; use BaseController; use View; use App\Mode...
Hi, i have this models: [Turn] -> ID -> SpecialityID -> SubSpecialityID -> blabla [Spe...
Hi guys, I currently have a laravel blog, and I want to add a custom commenting system. What would b...
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