web-artisan icon indicating copy to clipboard operation
web-artisan copied to clipboard

A package for Laravel 4 top interact with the CLI

Results 9 web-artisan issues
Sort by recently updated
recently updated
newest added

Fixed a bug introduced by Laravel 5.0.25 Added support for Middleware Auth on routes

It would be great to allow deactivating ip filtering. I managed to do that with replacing the line 118 in Cmd.php controller by: `if (sizeof(config('web-artisan.ips')) > 0 && !in_array(@$_SERVER['REMOTE_ADDR'], config('web-artisan.ips')))`

enhancement

I'm using https://github.com/GuilhermeGuitte/behat-laravel. Currently running "artisan behat:run" only seems to display: "Running acceptance tests.." and return. Doesn't seem able to find the feature and scenarios.

bug

I triend to run the following artisan queue:listen iron but somehow it doesnt work. Same command works from the terminal.

bug

When I run the command through artisan in the terminal the command runs perfectly, and as you can tell by the output there is quite a bit going on. But...

bug

I think there is nothing that prevents hardcoding known commands and use autocompletion by TAB key. What do you think?

enhancement

Trying to run 'artisan migrate' or any other command. Web Artisan is on server and I've put my IP address in the config.

bug

Before I can work on any of the issues I need to look into laravel 5 and whether or not it breaks web artisan. Probably need to change the version...

enhancement

I need to add a few test cases but I haven't worked with PHPUnit yet so any Pull Requests are welcome

enhancement