I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...
Guys, good morning. Question about relationship. In this query it brings me a student and two servic...
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...
Hello, First time Laravel install - went great. Then installed https://github.com/rydurham/Sentinel...
Hi everyone! I have a sub-view (which i call widget) in my pages which accepts a parameter, and this...
I have input with name = "image []" multiple = "multiple" which depends on other...
I have a question use throughout my application ACL (Access list controller) and do consultations in...
I'm trying to relate a user model and a comments model. My user model has the following code.. clas...
This may be a weird question, but is there a way to seed the db from a migration? The reason is that...
DB::table('items')->where('id', $itemID)->increment('save',1); As above, is that possible or d...
Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...
Hello, I am new from Laravel, migrating from Codeigniter. And I am currently building my first websi...
Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...
Laravel 4.1.21 This does not happen every time but for a few template files only. Template File...
Jquery mobile has a nice form-element called: "data": <input type="date" data...
I'm using this tutorial to create a timer .. http://parashch.wordpress.com/2013/05/25/countdown-time...
ive been having some really strange problems with composer. It comes down to when i do a dump-autol...
Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...
I have laravel project and want to move it to a webserver. I can copy the laravel files with FTP, bu...
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