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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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

PHP Build Version
Package Version
Requires php Version ^8.1
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rgasch/filament-extended-starter-kit contains the following files

Loading the files please wait ....