Skip to content

RustamKakhramanov/fastdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure, traits and helpers for REST API projects fast development

Installation

-Require this package, with Composer, in the root directory of your project.

$ composerd require kraify/fastdev  

Usage

  • Add the extension package's service provider Kraify\Fastdev\FastDevServiceProvider to the providers array in config/app.php.
'providers' => [
    /*
     * Package Service Providers...
     */
    Kraify\Fastdev\FastDevServiceProvider::class,
 ]
  • Next you need to execute artisan comand
    php artisan kraify:install

About

My package for fast development with laravel

Resources

Stars

Watchers

Forks

Packages

No packages published