Support the ongoing development of Laravel.io →
barryvdh

barryvdh

Joined 11 Dec 2013

Statistics

Threads 5
Replies 251
Solutions 26
Articles 0

[Package] Laravel CORS (Cross domain requests)

CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...

0 Likes
1 Replies

[Package] Laravel Debugbar

Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...

0 Likes
14 Replies
posted 11 years ago

[Package] Laravel IDE Helper + Model phpDocs Generator

Laravel IDE Helper Generator Complete phpDocs, directly from the source This packages generates a...

0 Likes
1 Replies

[Package] Laravel HttpCache

HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...

0 Likes
2 Replies

[Package] Laravel TwigBridge

Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...

0 Likes
2 Replies
replied 11 years ago

Avoid re-submitting form data

Yes just redirect back with a status message, or to a new page (also with status message). return Re...

0 Likes
replied 11 years ago

Laravel 4.2 mime config

It uses the Symfony mimetypes from here: https://github.com/symfony/symfony/blob/master/src/Symfony/...

0 Likes
replied 11 years ago

Error just because a string is missing?

Yes, that's what you should always do anyways.

0 Likes
replied 11 years ago

Get IP Client Laravel 4

The proxy parameter was deprecated and is removed, it doesn't exist in 2.5 anymore.

0 Likes
replied 11 years ago

Get IP Client Laravel 4

Request::getClientIp() should work, but you might need to setup trusted proxies, if you are behind s...

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.

© 2026 Laravel.io - All rights reserved.