kraify/fastdev

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

Traits and helpers for based functonality

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kraify/fastdev

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

This package is auto-updated.

Last update: 2025-10-07 16:41:34 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