Releases: lucidarch/console-laravel
Releases · lucidarch/console-laravel
v0.2.1
- Created Service generator
- Ability to generate services using UI
- use Vue.http instead of this.$http to hook into the Vue.http.options and interceptions.
Console UI
v0.2.0
implement analysis (dashboard) page
v0.1.2
Enhance the parsing of method body contents in describe:feature
when listing jobs in a handle()
v0.1.1
Introduces the describe:feature
command
lucid describe:feature [feature]
: List the jobs of the specified feature in sequential order.
v5.1.0
Merge branch 'master' into 5.1
v0.1.0
Introduces the following commands:
Scaffolding
lucid make:service [service]
lucid make:feature [service] [feature]
lucid make:job [domain] [job]
lucid make:controller [service] [controller]
Listing
lucid list:services
lucid list:features ([service])