This is a sample project that demos our Filament packages. It can be used for development to test new features or as a sample for how to implement the packages.
- Laravel Filament Flexible Content Blocks
- Laravel Filament Flexible Blocks Asset Manager
- Laravel Filament Chained Translation Manager
The project makes use of DDEV to set up a local server:
cp .env.ddev-example .env
ddev start
ddev composer install
ddev artisan migrate
- optional: seed some sample pages:
ddev artisan db:seed
ddev artisan storage:link
- make a filament user:
ddev artisan filament:user
- go to https://larsam.local.statik.be
You might also use Laravel Herd to get this project up and running
- Clone this repository to your local Herd directory
cp .env.herd-example .env
composer install
php artisan migrate
- optional: seed some sample pages:
php artisan db:seed
php artisan storage:link
- make a filament user:
php artisan filament:user
npm install && npm run build
- go to http://laravel-filament-package-sampler.test
nvm install && nvm use
npm run dev
The MIT License (MIT).