Support the ongoing development of Laravel.io →
posted 9 years ago

A week of Laravel (10-17 April 2016)

laravel/framework master d08b708: Synced with stringy 2.3.1 @GrahamCampbell 40ccd57: Correct order...

0 Likes
0 Replies

Admin account

This is what the doc says: Guard Customization You may also customize the "guard" that is...

0 Likes
1 Replies
posted 9 years ago

Eager loading and constraint on linked field

I have a DB with employees: id name manager_id foreign key is manager id and pointing a...

0 Likes
2 Replies

Eloquent: Narrow search based off of foreign table.

Hey all! My database call looks like this essentially: $questions = \App\ContentLegacy::with('staff'...

0 Likes
2 Replies
posted 9 years ago

Can't figure out how to stream videos

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...

0 Likes
0 Replies

'403 Forbidden' response in installing laravel spark

Hello there when I tried to run ‘spark new project-name’ I get this resoponse: [GuzzleHttp\Exception...

0 Likes
0 Replies

installed laravel on aws but didn't get welcome page

I installed laravel successfully in my html folder, change the database credentials in .env file and...

0 Likes
0 Replies

how to add new fields to an existing mysql table using a form inputs

Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...

0 Likes
4 Replies
posted 9 years ago

Many To Many Polymorphic Relations: how to retrieve not used tags

Hello, I'm playing with Many To Many Polymorphic Relations and I am almost there for my purposes. Gi...

0 Likes
4 Replies

Configuring Laravel project with Web hosting..

Hello, i have been completed my project with Laravel.. now i am trying to upload it on my web hostin...

0 Likes
0 Replies

[Package] Exception Handler

Custom exception handlers let you define the behavior of your application when a specific exception...

0 Likes
0 Replies

How to install laravel as apache user

First off: I'm very familiar with Composer and also Symfony and some other MVC frameworks. I tried t...

0 Likes
2 Replies
posted 9 years ago

How do I assign a value to a guarded column while using the create() method?

So I get that adding columns to the $fillable variable of your Eloquent models can be a good thing....

0 Likes
0 Replies

Triple foreign key BelongsToMany Relations returns null in Laravel

I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...

0 Likes
0 Replies

Form with file

Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...

0 Likes
0 Replies
posted 9 years ago

belongTo not going to the right database

Hi, I have a controller with a function: public function show(Activity $linkActivity, $id) { $act...

0 Likes
0 Replies

Eloquent Belongs To Many Relationship with non-standard fields not returning data

I've been wrestling with this relationship for a few days, and I can't seem to get any traction off...

0 Likes
1 Replies
Solved

Laravel Auth with Twig and TwigBridge

I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...

0 Likes
0 Replies

Select2 dynamic select add

I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...

0 Likes
8 Replies
posted 9 years ago

How to assign task to either user or group?

I have tasks table, which have fields assigned_to_user and assigned_to_group to assign task to eithe...

0 Likes
5 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.