Download the PHP package laravel-liberu/services without Composer
On this page you can find all versions of the php package laravel-liberu/services. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package services
Services
Services package is an extesion of the Laravel Liberu enviroment, designed for services management.
Note: This package cannot be used outside of liberu enviroment and is not included in Laravel Liberu Core packages.
Features
- crud operations for services
- includes seeders & factories
- includes front-end assets
- tests
Instalation
- install the package using composer:
composer require laravel-liberu/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-liberu/dynamic-methods Version ^2.0
laravel-liberu/forms Version ^4.0
laravel-liberu/helpers Version ^2.0
laravel-liberu/measurement-units Version ^3.0
laravel-liberu/tables Version ^4.0