jawira/skeleton
Project skeleton/scaffolding for PHP or Laravel-style packages by Jawira. Includes a ready-to-use structure and boilerplate to kickstart new packages quickly, with common configs, tests, and tooling so you can focus on features instead of setup.
Common files I use in all my projects
Install PHPUnit:
$ phing -f vendor/jawira/skeleton/build.xml phpunit
Create .gitignore (overwrite if exists):
$ phing -f vendor/jawira/skeleton/build.xml gitignore -Dforce=true
List available targets:
$ phing -f vendor/jawira/skeleton/build.xml -l
This project is licensed under the MIT license.
How can I help you explore Laravel packages today?