muscobytes / laravel-traits-collection
Installs: 38
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/muscobytes/laravel-traits-collection
Requires
- php: >=8.2
- ext-mbstring: *
- laravel/framework: ^11.0
Requires (Dev)
- phpunit/phpunit: ^11.4
This package is auto-updated.
Last update: 2025-10-29 03:33:11 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/migrationsdirectory, and it will proceed to register each of them as publishable.