innoflash / larapack
The Laravel Zero Framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 3
Type:project
Requires
- php: ^7.2.5
- illuminate/database: ^7.0
- illuminate/routing: ^7.5
- laminas/laminas-text: ^2.7
Requires (Dev)
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-29 23:34:25 UTC
README
Larapack
This is a community project and not an official Laravel one
This package aims to help you as Laravel developer to speed up package development
This was achieved by placing most of the make commands
you use in a plain Laravel app.
Every PHP class you are going to create using this tool is gonna be namespaced
with the namespace
used in your composer file
.
Personally i just built this because i was in the habit of creating classes in a Laravel project and move them to my package all the time and it was inefficient.
Installation
You must installer Larapack as a global requirement so that you can use it from anywhere.
Install via composer.
Note: For windows user, first run composer global update
composer global require innoflash/larapack
Available commands
- All Laravel
make
commands
Contributions
Feel free to fork, open issues and give suggestions.
License
Laravel Zero is an open-source software licensed under the MIT license.