laravel-traits-collection maintained by muscobytes
Traits collection for Laravel
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/migrationsdirectory, and it will proceed to register each of them as publishable.