Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...
Hello, In order for you laravel install to work you should point your browser to http://domain.com/~...
If you are using a windows PC with XAMPP installed, copy the laravel folder to xampp\htdocs\laravel
My solution is a bit ugly. Try improving it a bit. $response = []; $i=0; $videos = Video::join("...
Hello, Try looking into http://laravel.com/docs/4.2/security#authenticating-users In my opinion you...
The routes.php file should always be there. In order to add new route files you could do the followi...
The Laravel portal for problem solving, knowledge sharing and community building.