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...
I have incoming data from other trusted 3rd party. Is there any proper way i can handle CSRF? |-----...
Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...
I need to use a relationship multiple times in the same method. I've broken it into multiple queries...
Trying to use out of the box laravel pagination in blade template: {{ $pages->links() }} In cont...
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