Support the ongoing development of Laravel.io →

wyred

Joined 5 Feb 2014

Statistics

Threads 10
Replies 9
Solutions 2
Articles 0

File permissions using Envoyer with AWS

I'm using Envoyer to deploy one of my projects to an AWS EC2 server running on AMI. So I chose to de...

0 Likes
2 Replies

Can we make Laravel return HTTP 400 instead of 302 for failed form validations?

My SaaS product has been the target of people using SQLMap. I've been trying to figure out how to bl...

0 Likes
0 Replies

Is there any benefit to specifying a class instead of a string in a model's relations?

Is there any benefit to the following 2 pieces of code in a model class? Which one should I adopt an...

0 Likes
2 Replies
Solved
posted 8 years ago

Flash messages not showing

In the app/Exceptions/Handler.php file's render function, I added if ($e instanceof \Illuminate\Sess...

0 Likes
1 Replies

Return results as an array

I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...

0 Likes
0 Replies
replied 9 years ago

Parameter based routing

I never thought of that, I suppose that works too : )

0 Likes
replied 9 years ago

Parameter based routing

After spending hours experimenting, this seems to be working for us. Route::get('/{slug}', function(...

0 Likes
Solved
replied 9 years ago

Problem adding laravel homestead box

Just installed Vagrant v1.6.2 and it's working fine now. Would be good to indicate the minimum requi...

0 Likes
replied 9 years ago

Parameter based routing

Previously I had separate routes for domain.com/u/<user> and domain.com/<page_slug> But...

0 Likes
replied 9 years ago

Parameter based routing

Sorry, the example I gave was really bad. The data type of the slug doesn't matter. What I intend to...

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.