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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

With DDEV

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

With Herd

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

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

Contributors 7