KO
|
EN
gitlite — search
Search
#python
#react
#ai
#flutter
#machine-learning
#openai
#typescript
#llm
#html
#java
#javascript
#api
fila-starter
★ 63
Open GitHub ↗
Filament starter Kit
Download README (.md)
Explore Similar Repositories
laravel-filament-starter-kit
:
This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.
profile-filament-plugin
:
Profile & MFA starter kit for filament.
Laravel-Filament-Starter-Kit
:
No description available.
FilaTeams
:
Laravel Starter Kit Teams implementation in Filament.
filakitv5
:
FilaKit starter kit built on Laravel 13.x and Filament 5.x with multi-panel structure and multi-auth guard.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fila-starter
?
Download (.md)
## FilaStarter Kit A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements. Preview Login: | Dark | Light | | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | |  |  | Preview DashBoard: | Dark | Light | | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | |  |  | ### Packages [Laravel v12](https://github.com/laravel/laravel) [Livewire v4](https://github.com/livewire/livewire) [Filament v5](https://github.com/filamentphp/filament) #### Packages Installed/Pre-configured - Filament Packages - awcodes/overlook - bezhansalleh/filament-shield - caresome/filament-auth-designer - charrafimed/global-search-modal - dutchcodingcompany/filament-developer-logins - jacobtims/filament-logger - jeffgreco13/filament-breezy - marcelweidum/filament-expiration-notice - openplain/filament-shadcn-theme (Theme) - Other Packages - barryvdh/laravel-debugbar - laravel/boost ### Compatibility | Starter Kit | Filament Version | | ----------- | ---------------- | | **2.x** | **_3.x_** | | **3.x** | **4.x** | | **4.x** | **5.x** | ### Installation #### Create New Project ```properties composer create-project --prefer-dist raugadh/fila-starter example-app ``` #### Deployment - Configure Project. - Update Composer Packages - Add Database Credentials - Add ASSET_PREFIX if deployed application in sub-folder - Link Storage ```properties php artisan storage:link ``` - Initialize Project ```properties php artisan project:init ``` - Update Permissions and Migrations - Whenever new Resource , Page or migration is Added Run update command to migrate and create permissions. ```properties php artisan project:update ``` - build vite assets ```properties npm install ``` ```properties npm run build ``` - Clear/Generate New Cache ```properties php artisan project:cache ``` - Configure [Laravel Boost](https://github.com/laravel/boost) ```properties php artisan boost:install ``` ##### Make sure to check custom console commands yourself and change them based on your requirements. ### Lint & Fix - Pint ('test') & Prettier('check') ```properties composer lint ``` - Pint & Prettier('write') ```properties composer fix ``` #### Enjoy Thanks for using this kit, leave a star if you found this useful. ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.