Skip to content

Releases: senkulabs/mora

v1.1.0

04 Jan 10:36

Choose a tag to compare

  • Repair mora:composer-require command
  • Use Laravel Prompts to give better DX when create module or create file inside a module
  • Repair mora:vite command
  • Update mora.senkulabs.net documentation

v1.0.1

03 Jan 14:57

Choose a tag to compare

Add license option in composer.json

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Jan 14:24
8b8a156

Choose a tag to compare

Initial release of Mora.

Features

Intuitive Command

Mora has intuitive command to create controller, model, and view like InterNACHI/Modular.

Livewire and Volt opt-in

Mora also has intuitive command for create Livewire and Volt components. It also register the Livewire and Volt components each time created.

Decoupled

You only need to install Mora in the require-dev section of your composer.json, and your modules don't need depend on Mora itself.