Download the PHP package agusprema/webdefault without Composer
On this page you can find all versions of the php package agusprema/webdefault. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package webdefault
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
Run the artisan command to run scheduled tasks
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
- User
- Curator
- Exceptions
- Shild
- JobsMonitor
- FilamentSocialite
- FilamentLogManager
- FilamentDatabaseSchedule
- Settings
- Breezy
- LanguageSwitch
- FilamentFontawezome
- SpatieBackups
- SpatieHealth
- ThemeColorSwitcher
- Logger
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.
All versions of webdefault with dependencies
3x1io/filament-user Version ^1.1
awcodes/filament-curator Version ^2.6
bezhansalleh/filament-exceptions Version ^1.1
bezhansalleh/filament-google-analytics Version ^1.0
bezhansalleh/filament-shield Version ^2.4
croustibat/filament-jobs-monitor Version ^1.0
dutchcodingcompany/filament-socialite Version ^0.2.5
filament/filament Version ^2.0
filament/forms Version ^2.0
flowframe/laravel-trend Version ^0.1.5
guzzlehttp/guzzle Version ^7.2
husam-tariq/filament-database-schedule Version ^1.0
ibrahim-bedir/filament-dynamic-settings-page Version dev-main
jeffgreco13/filament-breezy Version ^1.5
jenssegers/agent Version ^2.6
kenepa/translation-manager Version ^3.0
laravel/framework Version ^10.10
laravel/sanctum Version ^3.2
laravel/tinker Version ^2.8
owenvoke/blade-fontawesome Version ^2.2
shuvroroy/filament-spatie-laravel-backup Version ^1.3
shuvroroy/filament-spatie-laravel-health Version ^1.6
wire-elements/modal Version ^1.0
z3d0x/filament-logger Version ^0.5.3