Laravel is an open-source PHP web development framework created by Taylor Otwell. Laravel helps you create applications using simple, expressive syntax.
3
votes
0answers
70 views
Laravel - Repository and Entity patterns
I've spent quite a bit of time studying the repository and entity patterns and this is what I came up with. I would appreciate it if you could post suggestions and critique.
...
1
vote
0answers
139 views
First Laravel Package [Social User Login] ? 4.1x
This is my first Laravel package it uses hybrid Auth package to authenticate users using their social network accounts. It can retrieve information to store in a local database.
It's purpose is to be ...
0
votes
0answers
59 views
Optimizing Laravel Eloquent Multiple Joins
The following is readable SQL for Eloquent that I have created that works. The down side is that it looks more like a 1:1 with SQL and I don't think I'm using the full potential of Eloquent. I thought ...