Skip to content

Releases: flipboxstudio/lumen-generator

Add Psy Shell v0.9 support

04 Jul 10:43
3ec72b1
Compare
Choose a tag to compare

Fixed issue #41: Upgrade tinker to the latest version?

Fix tinker command <include> script error

13 Jun 06:32
e45f00a
Compare
Choose a tag to compare

Fixed issue #37: php artisan tinker command got warning: PHP Warning: include(): Filename cannot be empty on line 55.

Fix Lumen v5.6 compatibility

31 May 01:53
5645678
Compare
Choose a tag to compare

Tinker command add <include_script> parameter support

05 Mar 01:36
Compare
Choose a tag to compare

Usage: php artisan tinker path/to/tinker/script.php

Fix artisan serve error

13 Feb 06:15
ed6d224
Compare
Choose a tag to compare

Fix issue #32 Failed opening required 'server.php'.

Lumen v5.6 compatibility

10 Feb 05:15
ff6b31b
Compare
Choose a tag to compare
  • Fix "Call to undefined method Symfony\Component\Process\ProcessUtils::escapeArgument()" error,
    when running php artisan serve command

5.5.1

02 Feb 08:26
Compare
Choose a tag to compare

Fix test.stub class namespace error.
Add --markdown option to make:mail console command.

Lumen v5.5 compatibility

24 Oct 08:25
Compare
Choose a tag to compare
Pre-release
5.4.4

Add `make:test` command

12 Jun 10:25
Compare
Choose a tag to compare

Like in Laravel, now you can generate your Unit Test file in Lumen Based App.