Hi, I follow this tutorial http://www.tutorialspoint.com/laravel/laravel_middleware.htm.. whenever I...
Hi Guys, I am Pretty New To Developing in PHP + Laravel, I was recently learning to Code Raw PHP whe...
I wanna make a query like this. public function find(Request $request){ $dato=$request->buscarD...
Does anyone have much simpler way to demonstrate $user->can('view')?
I am making POST request: http://localhost:8081/myserver/server.php/api/v1/contracts/1 with body {...
My project on loyalist is working perfectly But when I uploaded to production server some routes wer...
Hello, I have these two routes: Route::get('{id}', ['as' => 'UserProfile', 'uses' =>'UserC...
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...
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