GithubHelp home page GithubHelp logo

philonl / artisan-remote Goto Github PK

View Code? Open in Web Editor NEW
76.0 76.0 7.0 84 KB

Artisan Remote is a package for Laravel to interact with your Artisan Commands via an HTTP API.

License: MIT License

PHP 100.00%
artisan laravel laravel-package php

artisan-remote's People

Contributors

dependabot[bot] avatar philonl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

artisan-remote's Issues

Unable to add Horizon command

It seems not to be possible to add Horizon commands like this:

return [
    'commands' => [
        \Laravel\Horizon\Console\PauseCommand::class,
        \Laravel\Horizon\Console\ContinueCommand::class,
    ],
    'auth' => [
        env('CLIENT_ARTISAN_REMOTE_API_KEY') => ['*'],
    ],
    'route_prefix' => 'artisan-remote',
];

Or am I missing something?

Commands not refreshing?

I was checking this out with adding the commands after adding the application & the commands only show up when I remove the site/re-add it. I can't see the source code on the companion app to see what's going on? Wish the companion app was open source ๐Ÿ‘

Docker support

I am running my laravel app in Docker. So, my commands looks like:
docker-compose exec -T apache bash -c "cd /src && php artisan backup:run --only-db"
Could you please make artisan-remote more flexible? It could be a command template or so.
For example: docker-compose exec -T apache bash -c "cd /src && %%ARTISAN_COMMAND_PLACEHOLDER%%".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.