Skip to content

Releases: hhxsv5/laravel-s

v3.3.9

02 Jan 11:48
Compare
Choose a tag to compare
  • Fixed call boot() for Lumen 5.7+

v3.3.8

27 Dec 15:40
Compare
Choose a tag to compare
  • Support --env|-e to choose environment file
  • Fixed show version for LaravelS
  • Show app env when start

v3.3.7

21 Dec 10:24
Compare
Choose a tag to compare
  • Add migration note of start command for #110

v3.3.6

19 Dec 10:57
Compare
Choose a tag to compare
  • Fix command option for daemonize & ignore

v3.3.5

19 Dec 09:07
Compare
Choose a tag to compare
  • Copy binaries when link fail

v3.3.4

19 Dec 03:28
Compare
Choose a tag to compare
  • Support append event handler of swoole

v3.3.3: fix inject the environment variables

17 Dec 14:53
Compare
Choose a tag to compare

Fix inject the environment variables

v3.3.2

17 Dec 03:03
Compare
Choose a tag to compare
  • Use link for binaries.

v3.3.1: fix config cache for starting

15 Dec 16:41
Compare
Choose a tag to compare
  • Fix config cache for starting

v3.3.0: release 3.3

14 Dec 16:17
Compare
Choose a tag to compare
  • Fix read constant socket_type
  • Optimize bind websocket events
  • Check fd exists in readme
  • Fix config of supervisord
  • Make console colorful
  • Refactor the start flow of Swoole, publish configuration and binaries into project.
  • Publish
    php artisan laravels publish
    # Configuration: config/laravels.php
    # Binary: bin/laravels bin/fswatch
  • Run
    php bin/laravels start|stop|restart|reload|info