Hi how do I do to have hidden parameter in API Post route request ? Route::get('login/{username}/{pa...
I have a html form communicating with Laravel with AJAX requests. form data is validated in server-s...
I've added this two event listeners to my : EventServiceProvider /** * The event listener m...
Hi, I am making an app and I check for validation like thid: $rules = [ 'due_date' => 'date|r...
Laravel 5.3 I have search results, need to do results per page. URL is dynamic. Depends on search r...
Hey, how can write a route to this: Route::group(array('prefix' => '{username}'), function() {...
Hi; I get "The image cannot be displayed because it contains errors" message for some reas...
I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...
Hi all, So I have a form to upload videos (about 30M) and I can't upload files when I try on my serv...
Laravel adds forward slashes to all the variable values passed from controller to view
how to solve this problem?? Please Help!! NotReadableException in Decoder.php line 46: Unable to rea...
Hi, Just wondering if this is a good way to write ajax code to interact with Laravel routes? Example...
Hello I have this blades, routes and controller, my problem is that displays blank page. I guess tha...
Hi guys, I'm trying to set up my custom API with Passport (well, I'm already halfway through, just n...
Hi, I have a very strange behavior here. I have the same app on local and remote servers. The same p...
I'm having trouble creating a custom exception class and handler. You can see the code and details o...
I just use the automatic authentication in laravel (using php artisan make:auth) and I noticed that...
I have a very weird problem. I moved my site to my production server and set my DocumentRoot folder...
I created an web app which it uses laravel default registration, I've tested passport oauth2 client...
Hello! Is there any way - some module/plugin in Laravel, which measures time of executing funtions,...
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