Services

Codacy Badge StyleCI License Total Downloads Latest Stable Version

Services package for Laravel Enso.

This package cannot work independently of the Enso ecosystem.

For live examples and demos, you may visit laravel-enso.com

Installation

install using composer composer require laravel-enso/services

Features

  • features a core services functionality with a model, enums, migrations, routes, controllers, resources, index table, etc
  • provides CRUD functionality for the Service model
  • a ServiceFactory is included and can be published

Usage

The package is meant to be installed on an Enso project and customized as required (or used as it is if that is enough).

Publishes

  • php artisan vendor:publish --tag=services-factories - the included service factory,

Contributions

are welcome. Pull requests are great, but issues are good too.

License

This package is released under the MIT license.