hiqdev/hidev-hiqdev
HiDev plugin that supplies HiQDev vendor configuration for HiDev automation/code generation. Includes vendor/company info, contacts, authors metadata, and default BSD-3-Clause licensing. Used by HiQDev packages and as a template for other vendors.
goals.yml and PHPCS rules—useful for teams enforcing consistent coding standards across PHP projects, including Laravel.goals.yml can be customized or extended, but Laravel’s config/ structure is unrelated. Overrides would need to be manually synced.make:auth, stubs/).stubs/, composer.json scripts, laravel-shift packages) achieve the same goals without HiDev?goals.yml template for Laravel-specific use cases (e.g., Blade templating, route generation)?laravel-shift/php-coveralls, nunomaduro/collision) been considered for similar standardization goals?laravel-shift for scaffolding, custom composer.json scripts for metadata).goals.yml to Laravel’s config/ (e.g., config/vendor.yml).resources/ instead of assets/).post-install-cmd script in composer.json to:
"scripts": {
"post-install-cmd": [
"php artisan vendor:configure"
]
}
php-cs-fixer to merge HiQDev’s rules with Laravel’s defaults (e.g., laravel-shift/php-cs-fixer-config).app/, resources/) would need to be hardcoded or templated in the goals.yml.goals.yml can be harvested for Laravel metadata (e.g., license, authors).assets/ paths to Laravel’s public/ or resources/views/.assets/) could fail in Laravel’s directory structure.goals.yml, PHPCS fixers).goals.yml customization and PHPCS rule overrides.How can I help you explore Laravel packages today?