lackhurt / laravel-apollo
Apollo agent for laravel.
Installs: 5 082
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 2
Forks: 8
Open Issues: 2
Requires
- illuminate/console: 5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x
- illuminate/support: 5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x
- lackhurt/apollo-client: ^0.1.4
README
Installation
Install the package via composer
composer require lackhurt/laravel-apollo
Add serviceProvider
Lackhurt\Apollo\Providers\ApolloServiceProvider::class
Add facade
'Apollo' => Lackhurt\Apollo\Facades\Apollo::class
Publish ServiceProvider
php artisan vendor:publish --provider="Lackhurt\Apollo\Providers\ApolloServiceProvider"
Edit .env
APP_ID=your app id CLUSTER=default APOLLO_NAMESPACES="application, common_ns, others" APOLLO_CONFIG_SERVER=http://apollometa:8090
Start agent as a daemon
php artisan apollo.start-agent
License
laravel-apollo is free software distributed under the terms of the MIT license.