acamposm / skeleton
Skeleton for my PHP packages
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/acamposm/skeleton
Requires
- php: ^8.2.0
Requires (Dev)
- laravel/pint: ^1.10
- orchestra/testbench: ^8.5
- phpstan/phpstan: ^1.10
- phpunit/php-code-coverage: ^10.1
- phpunit/phpunit: ^10
This package is not auto-updated.
Last update: 2025-10-14 03:26:25 UTC
README
⚡️ This package provides a wonderful PHP skeleton to start building your next Laravel package idea.
Requirements
- PHP >= 8.2
- Composer
- PHPStan
- Xdebug
Configure
Xdebug
Instructions
Install using installation wizard
Paste the full output of php -i
and submit the form to receive tailored download and installation instructions.
- Download xdebug recommended by the wizard
- Move the downloaded file to ext, and rename it to php_xdebug.dll
- Update C:\php\php.ini and add the line:
zend_extension = xdebug