A demo application to illustrate how Filament works.
Open in Gitpod to edit it and preview your changes with no setup required.
Clone the repo locally:
git clone https://github.com/laravel-filament/demo.git filament-demo && cd filament-demoInstall PHP dependencies:
composer installSetup project:
composer setupRun the dev server (the output will give the address):
php artisan serveYou're ready to go! Visit the url in your browser, and login with:
- Username: admin@filamentphp.com
- Password: password
- ProductResource
- OrderResource
- PostResource
- CategoryResource\RelationManagers\ProductsRelationManager
- OrderResource\RelationManagers\PaymentsRelationManager
- CustomerResource\RelationManagers\PaymentsRelationManager
- OrderResource -> Address
- ProductResource\RelationManagers\CommentsRelationManager
- PostResource\RelationManagers\CommentsRelationManager
- BrandResource\RelationManagers\AddressRelationManager
- CustomerResource\RelationManagers\AddressRelationManager
