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

What license to choose?

See http://creativecommons.org/ and http://choosealicense.com/

0 Likes
replied 11 years ago

Saving image path to a database

https://github.com/laravel/framework/blob/master/src/Illuminate/Support/Str.php#L132 Str::lower() ==...

0 Likes
replied 11 years ago

How to delete an image file when deleting a page?

You can override the delete() function in your model, so it deletes the files on a delete. public fu...

0 Likes
Solved
replied 11 years ago

Issue upgrading to Laravel 4.2 Beta 1

Did you add the MCRYPT_RIJNDAEL_256 cipher to the app/config/app.php file as mentioned in the upgra...

0 Likes
replied 11 years ago

Do laravel has default xss filter or need third party package?

XSS is solved by escaping the output ( {{{ $var }}} ), so the html/js doesn't get executed.

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.