2017 © Pedro Peláez
 

library laravel-smart-restful

Laravel Smart Restful

image

alive2212/laravel-smart-restful

Laravel Smart Restful

  • Saturday, July 28, 2018
  • by Alive2212
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 28 Versions
  • 0 % Grown

The README.md

LaravelSmartRestful

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

This is CRUD package for create some wonderful thing quickly., (*2)

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following., (*3)

bin/        
config/
src/
tests/
vendor/

Install

Via Composer, (*4)

``` bash $ composer require alive2212/laravel-smart-restful, (*5)


install language ``` bash $ php artisan vendor:publish --tag=laravel_smart_restful.lang

Laravel

Lumen

after install put following into bootstrap\app.php, (*6)

$app->instance('path.config', app()->basePath() . DIRECTORY_SEPARATOR . 'config');
$app->instance('path.storage', app()->basePath() . DIRECTORY_SEPARATOR . 'storage');
$app->register(Laravel\Scout\ScoutServiceProvider::class);
$app->configure('scout');

Usage

``` php $skeleton = new Alive2212\LaravelSmartRestful(); echo $skeleton->echoPhrase('Hello, League!');, (*7)


## 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., (*8)

Security

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

Credits

License

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

The Versions