I'm following the documentation exactly. https://github.com/laravel/socialite and https://laravel.co...
I currently have a function which does some calculation based on the current time. I want to be abl...
My laravel code is this , use GuzzleHttp\Client; ----- $client = new Client([ 'timeout' => 5.0,...
I have created a project using Laravel 5.2.29 and I am having an issue with creating an event. Here...
I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...
I use Laravel 5.2 and mcamara laravel-localization extension. In frontend, all works fine. Now i wan...
Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...
Hey, I'm trying to export blade.php as pdf with Laravel-snappy When I try to access that, Error in t...
Hello, I am trying to set up a Laravel project on IIS server and I want when on a specific url to go...
I want to do something like that, but laravels error says Unknown column 'assignable_table.assignabl...
Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...
i have made the Laravel multi authentication as follows: in auth.php 'guards' => [ 'web' => [...
Good Evening Community, I am looking for a solution to separate data by requests. Every requests wil...
Hi, When i have a product model and a category model, i want them to touch both ways, but im getting...
Hi, I have started using the new Valet tool. I love it. However, after installing homebrew and valet...
Hi, Standard of eloquent is to set the touch in the model to update the updated_at timestamp. But yo...
I am using the laravel @includes in my blades, which is fine, but when a user's session expires, and...
I have a searchbox users can use to search fields using the following query. (I've not copied in the...
The Problem I'm getting a Permission Denied on every single page coming from: ErrorException in File...
When deploying with envoyer.io, everything would be great if it copied your tracked files (.gitkeep...
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