Hello again ! I've just posted my code as a gist. You can find it here: https://gist.github.com/atra...
SAAS are usually designed to scale horizontally in terms of client count. What is the point of using...
You can define an accessor in your model. The doc: http://laravel.com/docs/eloquent#accessors-and-mu...
The ideal solution is to code your api in separate controller in the same applicatio (possibly exten...
Well, you are almost at the solution. In app/config/app.php there is a model item that specify the m...
The Laravel portal for problem solving, knowledge sharing and community building.