rdp77 / client-management
A beautiful your Client Management with TALL stack application.
Fund package maintenance!
rdp77
Ko Fi
paypal.me/MohRaviDwiPutra
saweria.co/rdp77
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- ariaieboy/filament-currency: ^1.2
- awcodes/filament-versions: ^2.0
- bezhansalleh/filament-exceptions: ^2.1
- croustibat/filament-jobs-monitor: ^2.1
- filament/filament: ^3.2
- guzzlehttp/guzzle: ^7.2
- jeffgreco13/filament-breezy: ^2.2
- laravel/framework: ^10.10
- laravel/sanctum: ^3.3
- laravel/tinker: ^2.8
- shuvroroy/filament-spatie-laravel-health: ^2.0
- ysfkaya/filament-phone-input: ^2.3
- z3d0x/filament-logger: ^0.6.3
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- laravel/telescope: ^4.17
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-02-15 09:27:46 UTC
README
Here lives a beautiful starting point to quickly bootstrap your next TALL stack application utilizing Filament for the admin panel.
Features
- 🧑💻 Fully pre-configured and customized Filament panel with best practices in place.
- 🎨 Clean, minimally styled frontend powered by Livewire.
- 💄 TailwindCSS and Vite ready for immediate use.
- 👷 Pre-bundled Livewire and Alpine for easy extendability.
- ⚡️ SPA-ready in both Filament and the frontend.
- 🔨 GitHub Actions workflows for Pint with pre-configured Dependabot for dependencies.
Requirements
Make sure all dependencies have been installed before moving on:
Getting Started
Start by creating the project using Composer and configuring the .env
file:
composer create-project rdp77/client-management:dev-main
cd client-management
After .env
is configured, you can proceed to migrate & seed the database:
php artisan migrate:fresh --seed
Once the database is seeded, you can login at /login or /
using the default admin user:
Username: admin Password: admin
Build Assets
The project assets are compiled using Vite. This can be done by installing the dependencies and running the build command with Yarn.
yarn install yarn build
or
pnpm install pnpm build
Plugins Used
The following Filament plugins come fully implemented and configured out of the box:
Bug Reports
If you discover a bug in Filament Starter, please open an issue.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
Filament Starter is provided under the MIT License.