Download the PHP package rgasch/filament-extended-starter-kit without Composer
On this page you can find all versions of the php package rgasch/filament-extended-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rgasch/filament-extended-starter-kit
More information about rgasch/filament-extended-starter-kit
Files in rgasch/filament-extended-starter-kit
Package filament-extended-starter-kit
Short Description A Laravel Filament starter kit with lots of useful plugins installed.
License MIT
Informations about the package filament-extended-starter-kit
FilamentExtendedStartedKit
FilamentExtendedStarterKit is a Filament distribution with lots of basic utilities and goodies pre-installed.
New Installation
Install dependencies
Run migrations
Create the first/admin user:
Init FilamentShield
For the FilamentShield install, answer "yes" to all questions it asks.
In theory, that should be it. You can now go to /admin on your site and you should see the filament login screen. Log in with the user you created in step #4 above.
Installed Plugins
- Addons
- Breezy
- Components
- EmailLog
- EnvironmentIndicator
- FeatureFlags
- Flatpickr
- Flowframe
- FormBuilder
- Fortify
- FullCalendar
- Gravatar
- Google reCaptcha Field
- LanguageSwitch
- LogManager
- Menus
- Notifications
- Profile
- RatingField
- Sitemap
- SpatieHealth
- SpatieMarkdownEditor
- SpatieSettings
- SpatieTags
- StaticAssets
- StaticChartWidgets
- TableBuilder
- TallInteractive
- ThemeColorSwitcher
- Themes
- User
All relevant migrations, views and config files have been published to the main Laravel directory tree to the locations where you would expect them. If a package (such as, for exmaple, the Spatie packages) is based upon another package, the base package migrations and config files have been published as well.
Some of the above packages are self-explanatory (ie: you'll see them in the admin GUI) while others are development components which require some knowledge of the component for it to be used. Take a look a the component pages, some have docs on the component page, others on their github repo (linked from the component page).
Admin Menu
In order to achieve better menu item grouping, the admin menu is generated by the App\Providers\FilamentServiceProvider class. You can disable the use of this functionality (which will enable the default Filament menu generation) by setting the useCustomMenuGenerator config option to false in the /config/filament-extended-starter-kit.php config file.
HealthCheck
The health checks are also defined and configued in the App\Providers\FilamentServiceProvider class. The only variable which might require tuning is the "nCpuCores" variable which is used to configure CPU load and needs to know the number of CPU cores on you system in order to make this calculation correct.
ThemeColors
The filament-theme-color-switcher package allows you to easily switch theme colors. The starter pack contains a theme-colors array in the config/filament-extended-starter-kit.php config file which allows you to set colors either there directly or by setting FILAMENT_PRIMARY_COLOR and FILAMENT_SECONDARY_COLOR in your .env file.
Performance
Some people have reported slow page loading speeds. In response to this I've added a .htaccess file which defines caching directives which already helps quite a bit. If after this optimization you are still unhappy with your loading speeds, try removing the "ralphjsmit/tall-interactive" package from your composer.json file and then run "composer update" (this of course assumes that you are not using the functionality in this package).
Alternative
If you want a tweakable install script to produce a Filament instance for you, check out laravel-installer-script
All versions of filament-extended-starter-kit with dependencies
3x1io/filament-menus Version ^1.0
3x1io/filament-sitemap Version ^1.0
3x1io/filament-themes Version ^1.0
3x1io/filament-user Version ^1.1
abanoubnassem/filament-grecaptcha-field Version ^0.0.2
awcodes/filament-gravatar Version ^1.0
bezhansalleh/filament-addons Version ^1.0
bezhansalleh/filament-language-switch Version ^1.0
bezhansalleh/filament-shield Version ^2.3.2
filament/filament Version ^2.16.31
filament/forms Version ^2.16
filament/notifications Version ^2.16
filament/spatie-laravel-settings-plugin Version ^2.16
filament/spatie-laravel-tags-plugin Version ^2.0
filament/tables Version ^2.16
filipfonal/filament-log-manager Version ^1.0
flowframe/laravel-trend Version ^0.1.1
guzzlehttp/guzzle Version ^7.2
hollyit/filament-static-assets Version ^0.1.2
jeffgreco13/filament-breezy Version ^1.4
jonquihote/filament-static-chart-widgets Version ^1.0
laravel/framework Version ^9.19
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
pxlrbt/filament-environment-indicator Version ^0.2.0
ralphjsmit/laravel-filament-components Version ^1.1
ralphjsmit/tall-interactive Version ^0.8.12
ramnzys/filament-email-log Version ^0.2.2
ryangjchandler/filament-feature-flags Version ^1.0
ryangjchandler/filament-profile Version ^0.2.1
saade/filament-fullcalendar Version ^1.4
savannabits/filament-flatpickr Version ^1.0
shuvroroy/filament-spatie-laravel-health Version ^1.5
spatie/cpu-load-health-check Version ^1.0
spatie/filament-markdown-editor Version ^1.0
spatie/laravel-sitemap Version ^6.2
spatie/ray Version ^1.34
stijnvanouplines/blade-country-flags Version ^1.0
uccellolabs/filament-theme-color Version ^1.0
wychoong/filament-fortify Version ^0.3.1
yepsua/filament-rating-field Version ^0.1.0