This website requires JavaScript.
Explore
Help
Sign in
core
/
php-developer
Watch
8
Star
0
Fork
You've already forked php-developer
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ef054c16a5
php-developer
/
routes
/
console.php
6 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2026-01-26 18:40:00 +00:00
<
?
php
fix(dx): add strict_types, composer scripts, and Pint config - Add declare(strict_types=1) to all 12 PHP files missing it - Add composer test/lint scripts to composer.json - Add laravel/pint to require-dev for PSR-12 compliance - Add pint.json with Laravel preset - Update CLAUDE.md commands to match monorepo conventions Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:08:38 +00:00
declare
(
strict_types
=
1
);
Initial commit
2026-01-26 18:40:00 +00:00
// Console commands are registered via Core modules
Reference in a new issue
Copy permalink