Hi there, I am using Ember.js (http://emberjs.com/) for developing most of my frontend-applications...
I'm trying to access a Model and Controller from a custom library class. I have created an app/lib f...
Recently updated Laravel to 4.1, tried running "artisan serve" and get this error: Symfony...
Hello buddies, I have a problem in package development. When I create a new workbench package these...
I'm using a form in my project and the CSRF token is the same every time I load/reload the page. Eve...
Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...
I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...
I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...
Hi, may be a silly question, but its my first project on Laravel, so a quick guidance would be helpf...
I have this ajax code and it should be sending data to the controller which I want it to pick. I can...
Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...
I need to override some of the things, one of them - hasher I create new package: <?php namespac...
Hi, I have the url: http://website.com/attachments/myName.pdf But it is not working, because of the...
At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...
Hey guys. I just began to work with laravel. Sorry for bad English. So I've got a table named 'reque...
I don't know that anybody is necessarily having issues with this, but I have found myself hitting ht...
Let's say, I have the following strong entities (and their attributes): Post (title, content) Tag (...
DB::table('users') ->join('contacts', function($join) { $join->o...
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