Looking to hire Laravel developers? Try LaraJobs

laravel-traits-collection maintained by muscobytes

Last update
2024/10/30 23:19 (dev-master)
Links
Downloads
38

Comments
comments powered by Disqus

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/migrations directory, and it will proceed to register each of them as publishable.