Download the PHP package richardstyles/filament-laravel-starter-kit without Composer

On this page you can find all versions of the php package richardstyles/filament-laravel-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-laravel-starter-kit

Laravel 13 Starter Kit

A Laravel 13 starter kit with authentication, two-factor, role-based authorization, profile management, an admin panel, OAuth social sign-in, and a token-authenticated API — wired together with Livewire 4, Filament 5, Tailwind 4, and Pest 4.

What's included

Area What you get
Authentication Login, registration, password reset, email verification, two-factor (TOTP), browser-session management, account deletion — all Livewire 4 components driven by Filament Schemas and Fortify
Social sign-in Socialite-backed GitHub + Google buttons on /login and /register, with a connected-accounts settings section
Authorization spatie/laravel-permission with seeded admin and user roles, an example UserPolicy, and a before() admin-bypass pattern
Admin panel Filament 5 panel at /admin, restricted to the admin role, with a UserResource for CRUD + role assignment
API Sanctum-protected /api/v1/* (with /v1/user example) plus a settings section to issue and revoke personal-access tokens
Settings hub Single /settings page with eight sections: profile + avatar upload, password, 2FA, appearance, API tokens, connected accounts, browser sessions, account deletion
Theming Light / dark / system appearance toggle persisted per user, with a pre-paint script in the layout to prevent FOUC
Notifications Filament's database notifications drawer wired through the navigation bell
Mail Laravel's mail templates published and recolored to the kit's indigo palette
Tooling Pint, Larastan (level 5), Rector (PHP 8.3 + quality sets), Pest 4 (with Playwright browser tests), GitHub Actions matrix on PHP 8.3/8.4
Quality composer check runs lint, static analysis, refactor dry-run, and the full test suite as one command

Requirements

Install

composer setup copies .env.example to .env, generates an app key, runs migrations, installs npm packages, and builds frontend assets.

If you cloned directly:

The seeder creates a test admin ([email protected] / password) and five regular users.

Running locally

This launches php artisan serve, the queue worker, the log tailer, and the Vite dev server concurrently.

Quality commands

OAuth setup

Drop the credentials in .env:

Toggle which providers appear via SOCIALITE_PROVIDERS (comma-separated). Add new providers by extending config/services.php and the SocialController whitelist.

Customizing

Want to... Edit
Change the brand name APP_NAME in .env, the logo <img> in resources/views/livewire/navigation.blade.php and resources/views/welcome.blade.php
Change the brand color Color::Indigo in app/Providers/Filament/AdminPanelProvider.php, indigo classes in views, #4f46e5 in resources/views/vendor/mail/html/themes/default.css
Add a navigation link The $links array at the top of resources/views/livewire/navigation.blade.php
Add a settings section Create a Livewire component, add @livewire(...) to resources/views/livewire/settings/index.blade.php
Add a Filament resource php artisan make:filament-resource Foo --generate
Disable email verification FORTIFY_EMAIL_VERIFICATION=false in .env
Add a locale Drop lang/{locale}/*.php files mirroring lang/en/, set APP_LOCALE

License

Released under the MIT license. See LICENSE.


All versions of filament-laravel-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3 || ^8.4 || ^8.5
filament/actions Version ^5.0
filament/filament Version ^5.6
filament/forms Version ^5.0
filament/notifications Version ^5.0
filament/schemas Version ^5.0
laravel/fortify Version ^1.36
laravel/framework Version ^13.0
laravel/sanctum Version ^4.0
laravel/socialite Version ^5.26
laravel/tinker Version ^3.0
livewire/livewire Version ^4.2
spatie/laravel-permission Version ^7.3
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 richardstyles/filament-laravel-starter-kit contains the following files

Loading the files please wait ...