Skip to content

Releases: bitfumes/laravel-packer

Str related issue fixed

01 Dec 16:11
Compare
Choose a tag to compare
v3.0.4

with build

Removed FIGlet Text

01 Dec 15:08
Compare
Choose a tag to compare

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

20 Oct 19:09
Compare
Choose a tag to compare

Now this project is renamed to packr from packer

This is due to ubuntu clash with the name

CRUD maker

21 Jul 06:27
Compare
Choose a tag to compare
  • Create basic crud in just a few minutes.
  • Crud maker will add tests for your crud also

Removed Notify icon

26 Apr 06:55
Compare
Choose a tag to compare

Updated Service Provider
Removed Notification

Git Initialised

26 Jan 16:00
Compare
Choose a tag to compare

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

13 Oct 14:52
Compare
Choose a tag to compare
  • 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

11 Oct 18:26
Compare
Choose a tag to compare
  • Removed migrate command.
  • Fixed namespace problem with kebab_case.
  • Fixed routing controller importing.
  • Using ASCII logo.

v1.2.0

10 Oct 05:38
Compare
Choose a tag to compare
  • 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

09 Oct 12:12
Compare
Choose a tag to compare

Create new package scaffolding.
Enjoy.