Download the PHP package laravel-enso/services without Composer
On this page you can find all versions of the php package laravel-enso/services. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-enso/services
More information about laravel-enso/services
Files in laravel-enso/services
Package services
Short Description Service manager for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/services
Informations about the package services
Services
Services package is an extesion of the Laravel Enso enviroment, designed for services management.
Note: This package cannot be used outside of enso enviroment and is not included in Laravel Enso Core packages.
Features
- crud operations for services
- includes seeders & factories
- includes front-end assets
- tests
Instalation
- install the package using composer:
composer require laravel-enso/services
-
adds the following alias in
webackpack.mix.js
- in
resources/js/router.js
file, verify thatRouteMerger
is imported, or import it
import RouteMerger from '@core-modules/importers/RouteMerger';
- make sure
routeImporter
is also imported
import routeImporter from '@core-modules/importers/routeImporter';
-
then use
RouteMerger
to import front-end assets using the alias defined inwebpack.mix.js
- in
resources/js/app.js
import the package's icons
import '@services/icons'
- make sure
hot module replacement
is not active, and runyarn dev
ornpm run dev
Publishes
- you can publish the product seeder and customize it to your liking
php artisan vendor:publish --tag=services-factories
Icons
The package uses the following icons:
hand-holding-usd
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
All versions of services with dependencies
laravel-enso/dynamic-methods Version ^3.0
laravel-enso/forms Version ^4.0
laravel-enso/helpers Version ^3.0
laravel-enso/measurement-units Version ^3.0
laravel-enso/tables Version ^4.0