betterfly/skeleton

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

"Demo automaic laravel core"

Installs: 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2023-05-26 09:28 UTC

This package is auto-updated.

Last update: 2024-03-26 11:13:11 UTC


README

Installation in 2 steps

Step 1: Install package

Add the package in your composer.json by executing the command.

composer require betterfly/skeleton

Next, add the service provider to app/config/app.php

BetterFly\Skeleton\SkeletonServiceProvider::class,

Step 2: Run Configure Command

php artisan betterfly:configure