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.

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-astart

Filament Astart

Latest Version on Packagist Total Downloads

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:


🚀 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:

📥 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

PHP Build Version
Package Version
Requires php Version ^8.1
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
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 aurorawebsoftware/filament-astart contains the following files

Loading the files please wait ....