Hello, For the development of an application there are several requirements regarding routing, which...
On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...
I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...
Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...
Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...
Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...
Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...
Hi everyone, i have pretty weird problem. I am developing a project with Laravel with my laptop (XAM...
I'm currently using Laravel 4.0* with my app and having trouble producing clean URLs when the URL be...
Hello, I'm currently testing Iron.io push queues for some long running (2-3 minutes) jobs. I've not...
Hi, I am trying to use foundation CSS framework with laravel. Most of the things work fine. The firs...
Hi there, I am using Ember.js (http://emberjs.com/) for developing most of my frontend-applications...
I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community