sarps / laravel-gui
GUI version of the laravel artisan CLI
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
- yajra/laravel-datatables: 1.0
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2025-03-30 08:45:32 UTC
README
GUI version of the laravel artisan CLI. supports PSR-4.
Install
Via Composer
$ composer require Sarps/LaravelGUI
Once Laravel GUI is installed, you need to register a Laravel service provider, in your config/app.php:
'providers' => [ ... Sarps\LaravelGUI\ArtisanGUIServiceProvider::class, ]
Then publish Laravel GUI's assets(Enter this in the command-line):
php artisan vendor:publish
Usage
That's it, simply navigate to www.yoursite.com/LaravelGUI
Examples:
127.0.0.1:8000/LaravelGUI localhost:8000/LaravelGUI
$skeleton = new Sarps\LaravelGUI(); echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email esarpong51@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.