Giter Club home page Giter Club logo

laravel-executor's Introduction

Ash Allen - Laravel web developer

Hey, I'm Ash Allen! ๐Ÿ‘‹

I'm a freelance Laravel web developer from Preston, UK

  • ๐Ÿ’ฅ I build systems and websites for small businesses using Laravel.
  • ๐Ÿ“š I have a blog that focuses on helping other developers learn more about Laravel, PHP and web development.
  • ๐Ÿ–ฅ I have contributed to Laravel and other open-source projects.
  • ๐ŸŽ‰ I currently have 5 Laravel packages that are being used in commercial systems.
  • โœ๏ธ I write about Laravel, PHP and other web developments topics on the Ash Allen Design blog.
  • โœจ I wrote the FREE 70-page ebook called The Clean Coder's Guide to Laravel.
  • โšก I'm open to collaborating on other Laravel projects.
  • ๐Ÿฅ… 2022 Goal: Contribute to more open-source projects and write a new e-book.

I Write Guest Blog Posts

I Was Featured on Laravel News!

Languages and Tools

Laravel

Vue JS

HTML5

CSS3

Sass

JavaScript

SQL

MySQL

Git




โšก My Open Source Projects


๐Ÿ“˜ Some of My Blog Posts


codeSTACKr's Github Stats

laravel-executor's People

Contributors

arefeh-rj avatar ash-jc-allen avatar masabni 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  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  avatar  avatar  avatar

laravel-executor's Issues

Not work with php 8

Hi there,
Before asking question, I'd like to thank you for making very useful plugin for Laravel community.
I've just installed your package but it does not seems to work with my current php8.2 and laravel 10.
Here is the full errors from my composer:

 Problem 1
    - ashallendesign/laravel-executor[v0.1.0, ..., v0.3.0, v1.0.0, ..., v1.1.0, v2.0.0, ..., v2.1.1] 
    require php ^7.2 -> your php version (8.2.6) does not satisfy that requirement.
    
    - ashallendesign/laravel-executor v2.2.0 requires illuminate/container ^6.0|^7.0|^8.0 
    -> found illuminate/container[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27]
     but these were not loaded, likely because it conflicts with another require.
     
    - Root composer.json requires ashallendesign/laravel-executor * 
    -> satisfiable by ashallendesign/laravel-executor[v0.1.0, ..., v0.3.0, v1.0.0, v1.0.1, v1.1.0,
     v2.0.0, v2.1.0, v2.1.1, v2.2.0].

Can you please help?

Thank you,
Quy

Command is aborted when executing a custom command

I'm trying to execute a custom command that prompts the user for info like this:

public function handle()
    {
          $email = $this->ask('Email')
          ....

and when it gets to this line its aborted

Email:
 >

  Aborted.

am I missing something? here's my executed code

public function run(): Executor
    {
        return $this->simpleDesktopNotification('Starting Executor', 'Starting the AppUpdate Executor.')
            ->runArtisan('passport:client --personal')
            ->runArtisan('setup:user')
            ->completeNotification();
    }

[Question] output is always empty

When I was trying to get the output via another place (not command line), it always gives me an empty string ""
here's the Executor-class code

    public function run(): Executor
    {
        return $this->runArtisan('cache:clear')
            ->runExternal("composer install");
    }

uses
(new \App\Executor\AppUpdate())->run()->getOutput()

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.