laravel-pivot-table-generator
Quickly generate pivot tables for your projects
elastic-laravel
Esté paquete contiene todo lo necesario para poder integrar eleastic con laravel. Para asi poder explotar todas las caracteristicas de laravel.
laravel-auto-reg
A Laravel package that registers your service-providers, configs, commands, routes, broadcast channels, migrations, blade-templates and translations etc for you, in a project with a non-standard directory structure
laravel-clickhouse-migrations
by franswjy403
Clickhouse migrations for Laravel. The original version can be accessed here: alexeykhr/laravel-clickhouse-migrations
laravel-post-deploy-commands
by daverdalas
Create command files that will be run once so that you don't have to remember about it.
laravel-unbreakable-migrations
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
laravel-super-migrations
by proai
This Laravel package is useful for big databases for a better migrations structure.
phinx-laravel-style
by vovanmix
Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
laravel-migration-squasher
by orottier
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
laravel5-migrator
by zingle
Improved version of Laravel 5's Migrator. Adds better error messaging and support for rollbacks with custom paths
laravel-database
by aedart
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
laravel-fk-migration
by stidges
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
laravel-migrations-generator
Generates Laravel Migrations from an existing database