coddin-web / laravel-stubs
Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8
Installs: 11 475
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
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.