Laravel: Package Generator
Assalamualaikum / Hi,
It’s been a long time, I wan to update my Laravel Package Generator and now it’s officially updated with version 2.0.2.
Lots of experience, study case, observation, setting up things in Laravel package. Now I believe, it’s ready to speed up your Laravel Package Development.
So, what the Packager do? Basically it creates a basic skeleton of Laravel package which consist of:
- Service Provider
- Facade
- README – with Installation instruction, License Term ready! Other details you need to update manually.
- Dependencies –
phpunit/phpunit
,orchestra/testbench
andcodedungeon/phpunit-result-printer
- LICENSE
- phpunit.xml
- helpers
That’s all, thanks!