Support the ongoing development of Laravel.io →

2,389 Threads

posted 7 years ago

API Post route

Hi how do I do to have hidden parameter in API Post route request ? Route::get('login/{username}/{pa...

0 Likes
2 Replies
Solved

validation errors in response to ajax request are sent as text/html

I have a html form communicating with Laravel with AJAX requests. form data is validated in server-s...

0 Likes
3 Replies

laravel passport revoke and prune event listener is not doing anything

I've added this two event listeners to my : EventServiceProvider /** * The event listener m...

0 Likes
1 Replies
Solved

Form redirect with old input not working

Hi, I am making an app and I check for validation like thid: $rules = [ 'due_date' => 'date|r...

0 Likes
0 Replies

Generate dynamic URL?

Laravel 5.3 I have search results, need to do results per page. URL is dynamic. Depends on search r...

0 Likes
0 Replies
posted 7 years ago

Linking to routes with a wild-card prefix

Hey, how can write a route to this: Route::group(array('prefix' => '{username}'), function() {...

0 Likes
1 Replies
posted 10 years ago

Can't show image!

Hi; I get "The image cannot be displayed because it contains errors" message for some reas...

0 Likes
5 Replies
Solved

Laravel 5.3 why SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails?

I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...

0 Likes
1 Replies
Solved

TokenMismatchException in compiled.php line 3164 - Upload large file

Hi all, So I have a form to upload videos (about 30M) and I can't upload files when I try on my serv...

0 Likes
0 Replies

Laravel adds forward slashes to all the variable values passed from controller to view

Laravel adds forward slashes to all the variable values passed from controller to view

0 Likes
0 Replies

I cannot upload an image!!

how to solve this problem?? Please Help!! NotReadableException in Decoder.php line 46: Unable to rea...

0 Likes
0 Replies

Ajax controller with single route

Hi, Just wondering if this is a good way to write ajax code to interact with Laravel routes? Example...

0 Likes
0 Replies

POST method form

Hello I have this blades, routes and controller, my problem is that displays blank page. I guess tha...

0 Likes
0 Replies

5.3 Passport Personal access token 500

Hi guys, I'm trying to set up my custom API with Passport (well, I'm already halfway through, just n...

0 Likes
0 Replies

postLogin never called?

Hi, I have a very strange behavior here. I have the same app on local and remote servers. The same p...

0 Likes
1 Replies
posted 8 years ago

Creating a custom exception class and custom exception handler class

I'm having trouble creating a custom exception class and handler. You can see the code and details o...

0 Likes
3 Replies

Keeping data using old('email') after submission not working

I just use the automatic authentication in laravel (using php artisan make:auth) and I noticed that...

0 Likes
0 Replies

'/' route not working

I have a very weird problem. I moved my site to my production server and set my DocumentRoot folder...

0 Likes
2 Replies
Solved

How to create oauth access token in register controller

I created an web app which it uses laravel default registration, I've tested passport oauth2 client...

0 Likes
0 Replies

Measure performance of the queries and execution functions

Hello! Is there any way - some module/plugin in Laravel, which measures time of executing funtions,...

0 Likes
1 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.

© 2024 Laravel.io - All rights reserved.