Support the ongoing development of Laravel.io →

gpluess

Joined 6 Feb 2014

Statistics

Threads 3
Replies 15
Solutions 3
Articles 0

Guzzle and Laravel Sessions

I have a queue worker which rebuilds the cache for some 50 routes every time a user submits or updat...

0 Likes
0 Replies
posted 9 years ago

CPU load / general performance question

I am in the process of rewriting an old Codeigniter app with Laravel 4. I have noticed that my L4 ap...

0 Likes
4 Replies
posted 9 years ago

Multi language meta tags with Blade

I'm using "mcamara/laravel-localization" for my app. Routing, translations and everything...

0 Likes
1 Replies
replied 7 years ago

Validation alphabet and numeric value

There is a rule for this already: https://laravel.com/docs/5.4/validation#rule-alpha-num

0 Likes
replied 7 years ago

How Laravel controller url work ?

You have to fetch your GET data from the request object: https://laravel.com/docs/5.3/requests#retri...

0 Likes
replied 7 years ago

Fatal Error Exception instead of 404

The 20e3dcf67fdbb89767454b192c35de027f70c89a.php file is your compiled view file. It is stored in /s...

0 Likes
Solved
replied 9 years ago

Using index routes with parameters in combination with the route helper (Bug?)

What about this? (Untested) {{ route('foo.index', ['one' => 5]) }}

0 Likes
replied 9 years ago

confused about the new protecting-sensitive-configuration

patrict said: I understand the security benefits of keeping this information in untracked files as...

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.