kraify/fastdev

There is no license information available for the latest version (dev-master) of this package.

Traits and helpers for based functonality

dev-master 2024-02-06 09:54 UTC

This package is auto-updated.

Last update: 2024-04-07 13:39:20 UTC


README

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