Support the ongoing development of Laravel.io →

Why Laravel converts field names in POST request and add unnecessary fields?

I am making POST request: http://localhost:8081/myserver/server.php/api/v1/contracts/1 with body {...

0 Likes
0 Replies

Laravel 5.0 View Facade not working on production server

My project on loyalist is working perfectly But when I uploaded to production server some routes wer...

0 Likes
1 Replies
posted 9 years ago

conflict with route logout using laravel

Hello, I have these two routes: Route::get('{id}', ['as' => 'UserProfile', 'uses' =>'UserC...

0 Likes
1 Replies
posted 9 years ago

Socialite with Facebook not logging in

I'm following the documentation exactly. https://github.com/laravel/socialite and https://laravel.co...

0 Likes
1 Replies
posted 10 years ago

How to mock time?

I currently have a function which does some calculation based on the current time. I want to be abl...

0 Likes
3 Replies

Any one can help me out from sending form params to node js via Guzzle http

My laravel code is this , use GuzzleHttp\Client; ----- $client = new Client([ 'timeout' => 5.0,...

0 Likes
0 Replies

Event/Listener Issue

I have created a project using Laravel 5.2.29 and I am having an issue with creating an event. Here...

0 Likes
2 Replies

exception in event bus listener prevents further event listeners?

I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...

0 Likes
0 Replies

multilanguage backend with location in url

I use Laravel 5.2 and mcamara laravel-localization extension. In frontend, all works fine. Now i wan...

0 Likes
1 Replies

Change 422 json response from FormRequest, depending on validation error?

Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...

0 Likes
0 Replies

Exit with code 1 due to network error: ContentNotFoundError

Hey, I'm trying to export blade.php as pdf with Laravel-snappy When I try to access that, Error in t...

0 Likes
2 Replies

Redirect some urls to a specific directory in the project

Hello, I am trying to set up a Laravel project on IIS server and I want when on a specific url to go...

0 Likes
0 Replies

HasMany with Where in Scope

I want to do something like that, but laravels error says Unknown column 'assignable_table.assignabl...

0 Likes
3 Replies
Solved

A lot of issues with the multiauth package

Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...

0 Likes
2 Replies

How to reset password in Laravel with multi authentication?

i have made the Laravel multi authentication as follows: in auth.php 'guards' => [ 'web' => [...

0 Likes
1 Replies
posted 9 years ago

Unique Requests

Good Evening Community, I am looking for a solution to separate data by requests. Every requests wil...

0 Likes
2 Replies
posted 9 years ago

touching 2 way's between models

Hi, When i have a product model and a category model, i want them to touch both ways, but im getting...

0 Likes
6 Replies

Cant visit Google.nl after installing Valet

Hi, I have started using the new Valet tool. I love it. However, after installing homebrew and valet...

0 Likes
2 Replies
Solved
posted 9 years ago

setting touch in eloquent model vs in the database?

Hi, Standard of eloquent is to set the touch in the model to update the updated_at timestamp. But yo...

0 Likes
2 Replies

Laravel @include returning redirected view upon a 401 error

I am using the laravel @includes in my blades, which is fine, but when a user's session expires, and...

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.

© 2026 Laravel.io - All rights reserved.