Artisan:call is not working for package command
Advertisements I am using Artisan::call to call a command from a package (that I have created) but its not finding that command and showing error "message": "The command \"sync:reloadly\" does not exist.", "exception": "Symfony\\Component\\Console\\Exception\\CommandNotFoundException", "file": "/var/www/html/vendor/laravel/framework/src/Illuminate/Console/Application.php", "line": 182, This command is working on console but not in PHP code >Solution : If this command is… Read More Artisan:call is not working for package command