- php >= 7.4
update the repositories/url section and add your local forest admin package.
example : /Users/johndoe/.../laravel-forestadmin
composer install
cp .env.example.com .env
php artisan key:generate
set your database connection (DB section)
php artisan migrate && php artisan db:seed
npm install && npm run production
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
php artisan serve
