wiltechsteam / foundation-service
Foundation Service
v1.0.1
2018-05-29 09:56 UTC
Requires
- php: >=7.0.0
- illuminate/console: 5.*
- illuminate/support: 5.*
- php-amqplib/php-amqplib: 2.7.*
Requires (Dev)
- php: >=7.0.0
- illuminate/console: 5.*
- illuminate/support: 5.*
- php-amqplib/php-amqplib: 2.7.*
This package is not auto-updated.
Last update: 2024-11-10 05:51:22 UTC
README
TL;DR
Foundation service in laravel.
Install
Install via composer
composer require wiltechsteam/foundation-service
Add Service Provider to config/app.php
in providers
section
wiltechsteam\FoundationService\FoundationServiceProvider::class,
Generate config file
php artisan vendor:publish --provider="wiltechsteam\FoundationService\FoundationServiceProvider"
Usage
php artisan foundation:work