Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
825
stars
235
forks
source link
repository create method no longer supported, should be renamed "insert" instead #72
Open
hananbo opened 8 years ago
the create method in Illuminate\Database\Query\Builder has changed to "insert", the create method should be renamed accordingly