faustbrian/eloquent-schema
This package is abandoned and no longer maintained.
No replacement package was suggested.
Adds more schema functionality for Laravel migrations
1.1.0
2017-01-20 12:21 UTC
Requires
- php: ^7.1
- faustbrian/laravel-service-provider: ^1.0
- illuminate/database: 5.3.* || 5.4.*
- nesbot/carbon: >=1.21.0
Requires (Dev)
- graham-campbell/testbench: ^3.2
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^5.6
README
I would appreciate you taking the time to look at my Patreon and considering to support me if I'm saving you some time with my work.
Installation
Require this package, with Composer, in the root directory of your project.
$ composer require faustbrian/eloquent-schema
And then include the service provider within app/config/app.php
.
BrianFaust\Eloquent\SchemaServiceProvider::class
Usage
...
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover a security vulnerability within this package, please send an e-mail to Brian Faust at hello@brianfaust.de. All security vulnerabilities will be promptly addressed.