Libraries tagged by exiv
domlip94/migrations-generator
132 Downloads
Generates Laravel Migrations from an existing database
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
dodecastudio/craft-autosuggest
166 Downloads
A plain text field for Craft CMS that will suggest existing values from other entries saved in the same section.
dilneiss/laravel-migrations-generator
536 Downloads
Generates Laravel Migrations from an existing database
dhr/laravel-quick-debug
1 Downloads
laravel quick debug can find dd and exit and any random string from the project
dhiraj1site/jsonappend
7 Downloads
A simple PHP library package to append JSON entries into a pre-existing JSON file
dhavalcct/blog
1 Downloads
Quickly add a blog with admin panel to your existing project
dharmvijay/constant-class-for-enum
46 Downloads
Base constant class to create constants for enum and different other general purposes with some other features like check exist ,get values ,get keys... etc.
dgtlmoon/embeddedwiki
8 Downloads
An ultra-light PHP/JS micro-wiki tool for those who wish to embed a wiki into an existing page and only need a limited feature set.
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
detain/test-generator
18 Downloads
Generate test cases for existing files (fork of https://github.com/detain/php-test-generator )
dennisdigital/behat-references-generator
11 Downloads
Generates non-existing referenced entities when creating content
dd/evolutioncms-plugins-ddsendredirect
1 Downloads
Redirects from required non-existent URLs to required target URLs.
dcoding/blogetc
4026 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
dashifen/data-transfer-object
11 Downloads
An object that exists to transfer data.