Support the ongoing development of Laravel.io →
posted 8 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 8 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 8 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 8 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

Query builder not escaping quotes or backslashes correctly?

I have a searchbox users can use to search fields using the following query. (I've not copied in the...

0 Likes
0 Replies

Session Permissions Issue

The Problem I'm getting a Permission Denied on every single page coming from: ErrorException in File...

0 Likes
2 Replies
Solved
posted 8 years ago

Envoyer.io - Copy tracked strorage files to shared storage

When deploying with envoyer.io, everything would be great if it copied your tracked files (.gitkeep...

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.