Releases: bitfumes/laravel-packer
Str related issue fixed
v3.0.4 with build
Removed FIGlet Text
Because of some issue with ZendText package, FIGlet text is not working (probably with PHP 7.4) For now, it is removed but will add it later when the issue gets resolved.
Renamed to packr
Now this project is renamed to packr from packer
This is due to ubuntu clash with the name
CRUD maker
- Create basic crud in just a few minutes.
- Crud maker will add tests for your crud also
Removed Notify icon
Updated Service Provider
Removed Notification
Git Initialised
Now as you create package scaffoldings, git is automatically initialized.
Make sure you already have git installed, (which is obviously you have haha)
Clone Command
-
Now you can clone any git repository with single command
packer clone repo-url
. -
How it is different from
git clone
. -
For any laravel repository you need to clone and then do composer install and even after that need to generate key if repository is a project.
-
packer clone
reduces all 3 steps into 1. Just use it a
v1.3.0
- Removed migrate command.
- Fixed namespace problem with kebab_case.
- Fixed routing controller importing.
- Using ASCII logo.
v1.2.0
- Added
packer make:migration
command - Added
packer make:factory
command
With these commands now, if you run packer make:model ModelName -mcf
then factory and migration for that model will also be created.
First release
Create new package scaffolding.
Enjoy.