Skip to content

matthv/laravel8-demo-forestadmin

Repository files navigation

LARAVEL DEMO FOREST ADMIN

HOME

Requirements

  • php >= 7.4

Configuration

composer

update the repositories/url section and add your local forest admin package.
example : /Users/johndoe/.../laravel-forestadmin

composer install

.env file

cp .env.example.com .env
php artisan key:generate

set your database connection (DB section)

migrate & seed

php artisan migrate && php artisan db:seed

Assets

npm install && npm run production

Forest Admin

Start your onboarding on Forest Admin.

composer require forestadmin/laravel-forestadmin
php artisan vendor:publish --provider="ForestAdmin\LaravelForestAdmin\ForestServiceProvider" --tag="config"
php artisan forest:setup-keys YOUR-FOREST-KEY

Serving Laravel

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •