morasoft / artisan-ui
A Laravel package providing a GUI to run artisan commands.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 3
Open Issues: 1
Language:Blade
pkg:composer/morasoft/artisan-ui
Requires
- php: >=8.0
- illuminate/support: ^10.0 || ^11.0 || ^12.0
README
A Laravel package providing a clean and simple GUI to run Artisan commands from your browser.
Description
Morasoft Artisan UI lets Laravel developers execute Artisan commands through a user-friendly web interface without using the terminal. This package supports Laravel 10 and above and requires PHP 8.0 or higher. It helps speed up development workflows by simplifying command execution.
Installation
Install the package via Composer:
composer require morasoft/artisan-ui php artisan vendor:publish --tag=artisan-ui
Usage/Examples
http://127.0.0.1:8000/artisan-ui
Features
- Simple and elegant web UI for running Artisan commands
- Supports Laravel 10 and newer
- Publish views and controllers to customize the UI
- Speeds up development by eliminating terminal use
License
This package is open-sourced software licensed under the MIT license.
Contributing
Contributions are welcome! Feel free to submit issues or pull requests for improvements or fixes.
Used By
This package is created and maintained by Samir Gamal. It is actively used in projects running Laravel 10 and above with PHP 8.0+.
If you use this package in your own project, feel free to let me know or contribute to the repository!