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...
I have not really worked in using repositories in my projects yet. The only problem I see with the r...
Did you install Laravel 4 or Laravel 5? The directory layout is different in version 5, and it doesn...
After trying some examples I found out that when I use a repository the possibility of using eloque...
You could submit a pull request and make the changes yourself, the source is on GitHub, https://gith...
$oAgent= DB::table('agents') ->join('users', 'users.id', '=', 'agents.id_user')...
The Laravel portal for problem solving, knowledge sharing and community building.