muscobytes / laravel-traits-collection
There is no license information available for the latest version (1.0.4) of this package.
1.0.4
2024-10-30 22:19 UTC
Requires
- php: >=8.2
- ext-mbstring: *
- laravel/framework: ^11.0
Requires (Dev)
- phpunit/phpunit: ^11.4
This package is auto-updated.
Last update: 2024-11-30 22:27:22 UTC
README
Requirements
- PHP >= 8.2
ext-mbstring
- Laravel >= 11
Traits
Commands
- TableFormatter - provides utility functions for formatting table rows with specified column widths, ideal for console output.
Service Providers
- PublishesMigrations - The following traits is intended for package
developers. This will find all migrations properly named located in the default
database/migrations
directory, and it will proceed to register each of them as publishable.