Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 883 Bytes

File metadata and controls

28 lines (19 loc) · 883 Bytes

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).