fyi, https://github.com/blog/1938-git-client-vulnerability-announced --- Dec. 18, 2014 A critical Gi...
I created this thread as a reply to another to keep the topics separate but related. Here is how I s...
So I decided to try out the beanstalkd and the beanstalk console on my laravel homestead vm. I made...
Hello All, I'm trying to set up my composer to use my github to a project. I seem to be doing someth...
You could use the same Post controller and detect if it is a ajax request. if (Request::ajax()) {...
Take a look at http://laravel.io/forum/10-16-2014-eloquent-will-also-assume-that-each-table-has-a-pr...
It is odd that it would not execute. Have you tried using the full path? just to see if it will exec...
Did you download the Laravel installer using Composer.? http://laravel.com/docs/4.2/installation#ins...
You could try making your own function in the model. in the Testmodel class // not needed but to sh...
The Laravel portal for problem solving, knowledge sharing and community building.