Sofa/Eloquence – Extensions for the Eloquent ORM07/12/20251 mins0Easy and flexible extensions for the Eloquent ORM. Currently available extensions: Searchable query – crazy-simple fulltext search through any…Laravel admin_blogcontinue Reading..
Migrations Generator – Generate migrations from an existing database07/12/20251 mins0Changelog Changelog for Laravel Migrations Generator 20 November 2016: v2.0.0 Support for Laravel 5 20 November 2016:…Laravel admin_blogcontinue Reading..
Laravel MongoDB – Eloquent model and query builder with support for MongoDB07/12/20251 mins0This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel…Laravel admin_blogcontinue Reading..
Laravel Doctrine – Doctrine 2 ORM implementation07/12/20251 mins0An integration library for Laravel and Doctrine ORM Github: https://github.com/laravel-doctrine/ormLaravel admin_blogcontinue Reading..
Laravel Backup – Backup your app07/12/20251 mins0This Laravel package creates a backup of your application. The backup is a zip file that contains all…Laravel admin_blogcontinue Reading..
Laravel OCI8 – Oracle DB driver via OCI807/12/20251 mins0Laravel-OCI8 is an Oracle Database Driver package for Laravel. Laravel-OCI8 is an extension of Illuminate/Database that uses OCI8 extension to communicate with…Laravel admin_blogcontinue Reading..
iSeed – Generate a new seed file from an existing database table07/12/20251 mins0Inverse seed generator (iSeed) is a Laravel package that provides a method to generate a new seed file…Laravel admin_blogcontinue Reading..
Eloquence – Extra features for Eloquent models07/12/20251 mins0A drop-in library for certain database functionality in Laravel, that allows for extra features that may never…Laravel admin_blogcontinue Reading..
ClosureTable – Closure table pattern implementation07/12/20251 mins0This is a database manipulation package for the Laravel 5.4+ framework. You may want to use it…Laravel admin_blogcontinue Reading..
Laravel Nestedset – Nested Sets pattern implementation07/12/20251 mins0Nested sets or Nested Set Model is a way to effectively store hierarchical data in a relational table. From…Laravel admin_blogcontinue Reading..