laravel/framework master d08b708: Synced with stringy 2.3.1 @GrahamCampbell 40ccd57: Correct order...
This is what the doc says: Guard Customization You may also customize the "guard" that is...
I have a DB with employees: id name manager_id foreign key is manager id and pointing a...
Hey all! My database call looks like this essentially: $questions = \App\ContentLegacy::with('staff'...
I'm trying to stream a video from a route to a html video but I can't get it working, I've tried man...
Hello there when I tried to run ‘spark new project-name’ I get this resoponse: [GuzzleHttp\Exception...
I installed laravel successfully in my html folder, change the database credentials in .env file and...
Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...
Hello, I'm playing with Many To Many Polymorphic Relations and I am almost there for my purposes. Gi...
Hello, i have been completed my project with Laravel.. now i am trying to upload it on my web hostin...
Custom exception handlers let you define the behavior of your application when a specific exception...
First off: I'm very familiar with Composer and also Symfony and some other MVC frameworks. I tried t...
So I get that adding columns to the $fillable variable of your Eloquent models can be a good thing....
I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...
Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...
Hi, I have a controller with a function: public function show(Activity $linkActivity, $id) { $act...
I've been wrestling with this relationship for a few days, and I can't seem to get any traction off...
I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...
I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...
I have tasks table, which have fields assigned_to_user and assigned_to_group to assign task to eithe...
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