i have this code in my controller // 1 $header = DB::table('rekap_cmd')->select('date','uni...
Hi Just wondering is there any kind solution like https://apigility.org/(that is amazing for me) but...
Short: Is there a way to generate a CSRF token in the controller (not in a view)? Long: I have a web...
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...
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