alive2212/laravel-smart-restful

Laravel Smart Restful

Downloads

364

Stars

4

Version

v4.1.14

LaravelSmartRestful

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This is CRUD package for create some wonderful thing quickly.

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.

bin/        
config/
src/
tests/
vendor/

Install

Via Composer

$ composer require alive2212/laravel-smart-restful

install language

$ php artisan vendor:publish --tag=laravel_smart_restful.lang

Laravel

Lumen

after install put following into bootstrap\app.php

$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

$skeleton = new Alive2212\LaravelSmartRestful();
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 [email protected] instead of using the issue tracker.

Credits

License

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

Alive2212

Author

Alive2212