timefactory/apollo

apollo client for php & Laravel

1.0.0 2023-12-28 12:52 UTC

This package is auto-updated.

Last update: 2024-05-29 12:04:16 UTC


README

install

composer require timefactory/apollo

config app/Console/Kernel.php

    protected $commands = [
        Timefactory\Apollo\Command\StartApolloAgent::class
    ];

start apollo agent

php artisan apollo:start --server=http://apollo.server.url --appid=demo-api --cluster=default --namespaces=application,mysql,redis --daemon=true