Y
Y
Yuri Kalnin2018-06-19 11:11:02
Laravel
Yuri Kalnin, 2018-06-19 11:11:02

Is there any laravel package that allows you to execute artisan commands in the visual interface?

Actually everything is in the subject matter. Tired of constantly writing artisan commands, is there any tool that allows you to do this visually. I still think it's faster to click with the mouse.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Fedorov, 2018-06-19
@Haotic

The visual interface is bad because you can’t show instructions, lines and descriptions on it, because you need to drag screenshots into this business.
What’s better than the console is - I wrote a couple of lines and everything is clear and convenient to use for many people, and it’s also convenient to leave instructions after yourself -- I just wrote the command and its parameters and added it to the readme
. On the question - no one bothers you to make an office or an office section and implement the whole thing for the superuser
. Console commands are console applications that work with conventional methods, passing the entered parameters there -- make just a web application and just something
If you are especially lazy: laravel gui artisan

T
Tesla, 2018-06-19
@Tesla

In the PhpStorm console, you can set up autocompletion of artisan commands through the command line tool support . Much faster than any visual interface.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question