dev-master
9999999-dev https://github.com/Sarps/LaravelGUIGUI version of the laravel artisan CLI
MIT
The Requires
- illuminate/support ~5.1
- php ~5.6|~7.0
The Development Requires
sarps laravelgui
GUI version of the laravel artisan CLI
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
GUI version of the laravel artisan CLI. supports PSR-4., (*2)
Via Composer, (*3)
$ composer require Sarps/LaravelGUI
Once Laravel GUI is installed, you need to register a Laravel service provider, in your config/app.php:, (*4)
'providers' => [ ... Sarps\LaravelGUI\ArtisanGUIServiceProvider::class, ]
Then publish Laravel GUI's assets(Enter this in the command-line):, (*5)
php artisan vendor:publish
That's it, simply navigate to www.yoursite.com/LaravelGUI, (*6)
Examples:, (*7)
127.0.0.1:8000/LaravelGUI localhost:8000/LaravelGUI
``` php $skeleton = new Sarps\LaravelGUI(); echo $skeleton->echoPhrase('Hello, League!');, (*8)
## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)
If you discover any security related issues, please email esarpong51@gmail.com instead of using the issue tracker., (*10)
The MIT License (MIT). Please see License File for more information., (*11)
GUI version of the laravel artisan CLI
MIT
sarps laravelgui