Support the ongoing development of Laravel.io →

Temporary filenames in database

Hi, I'm trying to make an uploader. Everything works fine, except the temporary filenames are saved...

0 Likes
1 Replies
posted 10 years ago

How to upgrade Laravel

sorry for the newbie question, i am trying to understand what is the proper recommended way to upgra...

0 Likes
4 Replies
posted 9 years ago

Laravel on Noodlio | Earn a living by publishing themes, templates and components

Wouldn't it be great if the community of Laravel developers could showcase, and even earn money from...

0 Likes
4 Replies

Error when trying to insert multiple checkbox values

Hi I am failing to insert multiple checkbox values to database. it returns the error: ErrorExceptio...

0 Likes
1 Replies

Adding DB-column "on the fly"

Hey guys, currently I'm looking for a way to add a column within a controller with a name, that's ba...

0 Likes
3 Replies
Solved
posted 9 years ago

Mock Carbon with laravel

Hi, i have been try to mock the Carbon object end something like shoudRecive now method, but i have...

0 Likes
2 Replies
Solved

HOW TO: Use any column other than email as username (Laravel 5.2)

I couldn't find in the docs how to change authenticating against an email to something else. For ins...

0 Likes
3 Replies
Solved

How should I run 40+ reasonably different websites off one Laravel instance?

I am rebuilding about 40 different automotive dealership websites and would like to consolidate them...

0 Likes
6 Replies

Laravel maatwebsite importhandler

Hi Guys, Currently i'm playing with Maatwebsite Excel package, the import handlers. http://www.maatw...

0 Likes
0 Replies

Creating new pivot table entries with additional attributes

I have two models: Order and Item. There is a many-to-many relationship with a pivot table linking a...

0 Likes
0 Replies

How can I use whereHas on a relation of a relation to the same table with Eloquent Query Builder?

I'm trying to run this query: $products = $this->product_model->where(function($query) use ($k...

0 Likes
0 Replies

MethodNotAllowedHttpException

Hey folks, I'm getting a MethodNotAllowedHttpException when trying to use the HTTP method DELETE for...

0 Likes
1 Replies

Generate Laravel Migrations using Xethron package Laravel 5

Create migration from database Step:1 -> run these commands separately 1: composer require --dev...

0 Likes
0 Replies
posted 9 years ago

Add relation to default User Class

Hi, I'm new to Laravel. I use the Laravel 5.2 default authentication; in App/User.php we have the de...

0 Likes
2 Replies
Solved

Validating pivot tables

I'm using the Form Request validation, but how do I validate my pivot tables? For example when I att...

0 Likes
0 Replies

Get details of reverse polymorphic, maybe a different way to approach this?

In this example: Tables Person id firstname lastname Company id companyname Item id attachedto_...

0 Likes
1 Replies
Solved
posted 9 years ago

How to create link with blade templating

I am trying to write a link (just like ahref) in my VIEW to another VIEW page in the app. How do I...

0 Likes
4 Replies
Solved
posted 9 years ago

laravel adaptor for psr-6 cacheing interfaces

Hello everybody I recently pulled down a package that was depended apron the new psr-6 cacheing inte...

0 Likes
0 Replies
posted 11 years ago

Selecting certain columns with Eloquent

I have Property model and in it I have relationships with few other tables. Here is an example for t...

0 Likes
5 Replies

Dingo API Authentication Parameters

Hello. I am trying to use Dingo's 'basic' api.auth middleware to protect my API endpoints. The user...

0 Likes
0 Replies

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.