Download the PHP package aurorawebsoftware/filament-astart without Composer
On this page you can find all versions of the php package aurorawebsoftware/filament-astart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aurorawebsoftware/filament-astart
More information about aurorawebsoftware/filament-astart
Files in aurorawebsoftware/filament-astart
Package filament-astart
Short Description This is my package filament-astart
License MIT
Homepage https://github.com/aurorawebsoftware/filament-astart
Informations about the package filament-astart
Filament Astart
Filament Astart is a powerful starter plugin for FilamentPHP, designed to kickstart Laravel admin panels with modular authentication, workflow logic, multilingual support, and prebuilt UI components.
📦 Included Dependencies
This package relies on the following AuroraWebSoftware components:
-
🛡️ AAuth: Advanced authentication and role-permission management.
- 🔄 Arflow: Workflow engine for dynamic state transitions.
🚀 Installation
Install the package via Composer:
Then run the main installation command:
⚠️ Warning: This is a first-time installation command.
It will automatically publish and overwrite configuration, language, and stub files using the
--force
flag.Make sure to backup or version control your custom changes before running.
This will:
- Run all necessary migrations
- Publish configuration and language files
- Publish seeders and stubs
- Seed example roles and permissions
- Setup AAuth and Arflow integrations
📥 Post-Installation Setup
After running the installation command, make sure to complete the following steps:
1️⃣ Register the plugin in your Filament panel provider
Open your Filament panel service provider (usually AdminPanelProvider
) and register the plugin inside the panel()
method:
2️⃣ Update your User model
Your User
model must implement the required contract and trait from the AAuth package:
This ensures that AAuth can interact properly with your authenticated users.
🔐 Default Credentials
After installation, you can log in with the following default user credentials (if you seeded the sample data):
⚠️ Important: Be sure to change or delete this user in production environments.
⚙️ Manual Publish Options
You may publish each resource manually if needed:
Config File
Language Files
AAuth Seeders
Arflow Config
📘 Changelog
Please see CHANGELOG for more information on what has changed recently.
🤝 Contributing
Contributions are welcome! Please read the CONTRIBUTING guide before submitting pull requests.
🛡️ Security
If you discover a security vulnerability, please review our security policy for how to report it.
🙌 Credits
📄 License
The MIT License (MIT). Please see LICENSE for more information.
All versions of filament-astart with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
aurorawebsoftware/aauth Version ^12.0.0
bezhansalleh/filament-panel-switch Version ^1.0
bezhansalleh/filament-language-switch Version ^3.0
hasnayeen/themes Version ^3.0
aurorawebsoftware/arflow Version ^12.0.0