Run Artisan Commands With a GUI
Published on by Paul Redmond
Laravel Artisan GUI is a package by Bakhtiyar Issakhmetov for running Artisan command from a GUI instead of the command line.
By default, you can only access this page in your local environment by visiting /~artisan
in your application. Artisan GUI does have some configuration options that toggle auth requirements and listing custom commands you’d like to show in the list. Check out the readme for more details.
This project’s UI uses Tailwind, Alpine, and Blade templates for the UI. Check out the source code to learn more about this project.