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

Stripping tags when viewing

escaping is making sure the content doesn't get executed, so instead of an image, you see `<img ....

0 Likes
Solved
replied 11 years ago

Laravel doesnt see controller via Ajax?

That error seems to indicate that the CSRF filter. Are you sure you don't have a CSRF filter on your...

0 Likes
Solved
replied 11 years ago

filemanager thread

Maybe use {{ asset('filemanager1/klanten/'.$companyname.'/logo/logo.jpg') }}, that will generate an...

0 Likes
replied 11 years ago

[Resource Controller] route("resource.destroy") calls "resource.show"

You can also just the unobtrusive jquery adapter: https://github.com/rails/jquery-ujs That looks for...

0 Likes
replied 11 years ago

Handle multi-level restful URL

I usually do something like this: // routes.php Route::model('client', 'Client'); Route::model('deal...

0 Likes
Solved

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.