CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
Laravel IDE Helper Generator Complete phpDocs, directly from the source This packages generates a...
HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...
Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...
And don't forget to disable the query log (\DB::disableQueryLog();)
This package has been deprecated in favor of http://github.com/rcrowe/TwigBridge version 0.6.0 Synta...
Or use this to show your queries: https://github.com/barryvdh/laravel-debugbar
You could better store links relative from the root. So not kyslik.dev/user/1 but /user/1
I don't think that that is possible, you can look at Twig, that should be possible. See https://gith...
The Laravel portal for problem solving, knowledge sharing and community building.