Support the ongoing development of Laravel.io →

yttkart

Joined 24 Feb 2016

Statistics

Threads 5
Replies 2
Solutions 0
Articles 0

AWS Queue drivers installation not needed?

I am setting up queues for my app. The docs say that for AWS SQS, the driver has to be installed htt...

0 Likes
0 Replies

Why do the password submission require password_confirm on backend?

I noticed that the standard validation / signup things with Laravel use a password field and a passw...

0 Likes
1 Replies

Form request validation for "string" lets an empty array pass without error

Is this considered a bug in Laravel? Make a validator and require the field to be a string. It corre...

0 Likes
1 Replies
posted 8 years ago

Allow PUT but not PATCH with a route::Resource

I wish to make my routes simple and use Resource when appropriate. In this case I want to allow inde...

0 Likes
0 Replies

Are middleware just a new name for filters?

I have been going through a mix of Laravel 4 and Laravel 5 tutorials depending on what I found when...

0 Likes
0 Replies
replied 7 years ago

Laravel 4.2 Homestead PDOException "could not find driver" using "sqlsrv" for MS SQL server.

try installing sybase sudo apt-get install freetds-common freetds-bin unixodbc php5-sybase restart y...

0 Likes
replied 8 years ago

Routing: Passing parameters to controller

I think you should leave out the first / in your route instead of Route::get('/books/{id}', try Rou...

0 Likes

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.