Skip to content

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.

Notifications You must be signed in to change notification settings

statikbe/laravel-filament-package-sampler

Repository files navigation

Laravel Logo

About

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.

Setup

The project makes use of DDEV to set up a local server:

  • cp .env.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

Frontend build

  • nvm install && nvm use
  • npm run dev

License

The MIT License (MIT).

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published