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

Cannot set Cache-Control in Laravel 4

I posted an answer on StackOverflow: See this issue: https://github.com/symfony/symfony/issues/6530...

0 Likes
Solved
replied 11 years ago

password salt : just wondering

The salt for hashing is put in the database. It uses the PHP Password API (with Bcrypt encryption by...

0 Likes
replied 11 years ago
0 Likes
Solved
replied 11 years ago

Which environment does testing inherit from?

All config files in app/config are for each environment. Files in app/config/<some environment>...

0 Likes
Solved
replied 11 years ago

rendering data of a join query

$projects is an array, so you have to use a foreach loop to go through the results. Probably want 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.

© 2026 Laravel.io - All rights reserved.