Download the PHP package dam1r89/translatable-migration without Composer
On this page you can find all versions of the php package dam1r89/translatable-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dam1r89/translatable-migration
More information about dam1r89/translatable-migration
Files in dam1r89/translatable-migration
Download dam1r89/translatable-migration
More information about dam1r89/translatable-migration
Files in dam1r89/translatable-migration
Vendor dam1r89
Package translatable-migration
Short Description Create a migration file for translatable resources
License
Package translatable-migration
Short Description Create a migration file for translatable resources
License
Please rate this library. Is it a good library?
Informations about the package translatable-migration
Create migration for Dimsav\Translatable package.
Based on Laravel's default migrations.
Installation
composer require dam1r89/translatable-migration --dev
Add to config/app.php
providers
dam1r89\TranslatableMigration\TranslatableMigrationServiceProvider::class,
Usage
Same as regular migration
php artisan make:migration:translatable create_table_name --create=table_name
php artisan make:migration:translatable update_table_name --table=table_name
All versions of translatable-migration with dependencies
PHP Build Version
Package Version
No informations.
The package dam1r89/translatable-migration contains the following files
Loading the files please wait ....