coddin-web/laravel-stubs

Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8

2.2.1 2024-10-24 14:12 UTC

README

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.