Looking to hire Laravel developers? Try LaraJobs

laravel-stubs maintained by coddin-web

Description
Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8
Last update
2026/01/08 10:18 (dev-main)
License
Downloads
17 495

Comments
comments powered by Disqus

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.

Todo's

  • Update for latest Laravel Version