2017 © Pedro Peláez
 

library laravel-gui

GUI version of the laravel artisan CLI

image

sarps/laravel-gui

GUI version of the laravel artisan CLI

  • Friday, May 11, 2018
  • by Sarps
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LaravelGUI

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

GUI version of the laravel artisan CLI. supports PSR-4., (*2)

Install

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

Usage

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

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)

Security

If you discover any security related issues, please email esarpong51@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

11/05 2018

dev-master

9999999-dev https://github.com/Sarps/LaravelGUI

GUI version of the laravel artisan CLI

  Sources   Download

MIT

The Requires

 

The Development Requires

sarps laravelgui