Easy and extendeble PhpStorm Advanced Metadata generator for Laravel. Similar to ide-helper:meta, with support for extra custom generators. Also includes routes and config
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.