Download the PHP package muazzam/filament-pro-starter without Composer

On this page you can find all versions of the php package muazzam/filament-pro-starter. 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-pro-starter

๐Ÿงฉ Filament Pro Starter

A professional Laravel + Filament starter kit preconfigured with authentication, roles, permissions, and modern developer tooling โ€” so you can start building admin panels in minutes instead of hours.

Laravel Version Filament Version License: MIT Status


๐Ÿš€ Quick Start

Visit your new app at ๐Ÿ‘‰ http://localhost:8000


โš™๏ธ Preconfigured Packages

Package Description
filament/filament Core Filament admin panel
bezhansalleh/filament-shield Roles & permissions made simple
stechstudio/filament-impersonate Login as any user
joaopaulolndev/filament-edit-profile Editable user profile in Filament
stephenjude/filament-two-factor-authentication Secure 2FA integration
spatie/laravel-passkeys WebAuthn passkey authentication

All configured and ready to go out of the box ๐Ÿง™โ€โ™‚๏ธ


๐Ÿง  Key Features

โœ… Laravel 12 + Filament 4.1
โœ… Role & Permission System (Shield)
โœ… Two-Factor Authentication (2FA)
โœ… Passkey Authentication Support
โœ… User Impersonation
โœ… Edit Profile Page
โœ… Preconfigured Build System (Vite + Tailwind)
โœ… Dev Script for Instant Startup


๐Ÿงฐ Available Commands

Command Purpose
composer setup Runs install, migrations, and npm build automatically
composer dev Starts Laravel, Vite, and queue listener concurrently
composer test Runs all tests
php artisan migrate Migrates database
php artisan serve Starts the local server

๐Ÿงช Development Workflow

You can use the included concurrent dev script for a full local environment:

This will run:

Perfect for rapid Filament development.


๐Ÿงฉ Project Structure


๐Ÿ› ๏ธ Requirements


๐Ÿ“ฆ Deployment Ready

This starter includes:


๐Ÿช„ Example Setup Script

๐Ÿช„ Example Setup Script (with Filament Shield)

After running your migrations, simply execute:

Run this to generate permissions and policies

Then generate a super user

Youโ€™ll be guided through a short setup:

Enter the name, email, and password for your super admin.

Shield will automatically:

Create the Super Admin role

Assign all permissions

Link the new user to that role

When done, you can log in at /admin using those credentials ๐ŸŽ‰

Then visit /admin and log in ๐ŸŽ‰


๐Ÿงฐ Optional Tools

If youโ€™d like to extend this starter:

Package Adds
spatie/laravel-activitylog User activity tracking
filament/forms + filament/tables Advanced Filament components
livewire/livewire Reactive UI support

๐Ÿค Contributing

Pull requests are welcome!
If you plan major changes, please open an issue first to discuss what youโ€™d like to add.


๐Ÿ“„ License

This project is open-sourced software licensed under the MIT license.


โœจ Credits

Built with โค๏ธ by Muazzam Khan
Powered by Laravel + Filament


All versions of filament-pro-starter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
bezhansalleh/filament-shield Version ^4.0
filament/filament Version ^4.1
joaopaulolndev/filament-edit-profile Version ^2.0
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
spatie/laravel-passkeys Version ^1.2
stechstudio/filament-impersonate Version ^4.0
stephenjude/filament-two-factor-authentication Version ^3.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 muazzam/filament-pro-starter contains the following files

Loading the files please wait ...