Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 514 Bytes

Laravel stubs

Laravel 7+ stub files more consistent with PSR-12 / PHP 7+

  • Version 1.x is aimed at Laravel 7 and PHP 7
  • Version 2.x is aimed at Laravel 8+ and PHP 8

Usage

To install the stubs, run the following command:

php artisan coddin-stubs:install

Note: This will not overwrite existing stub files

To update the stubs, run the following command:

php artisan coddin-stubs:update

Note: This will overwrite existing stub files. Custom stubs will not be overwritten.