Download the PHP package realmrhex/filament-modular without Composer

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

Cover

Filament Modular

Introduction

Filament Modular is a Laravel package that enables the use of FilamentPHP in the nwidart/laravel-modules Modular structure. With this package, developers can leverage the power of Filament's admin panel and dashboard components while building modular Laravel applications.

Filament Modular achieves this by providing Laravel Artisan commands that generate the necessary files and folder structure to integrate Filament into a Laravel module. By using these commands, developers can quickly and easily set up a modular Laravel application with a fully-functional Filament dashboard.

Installation

To install Filament Modular, simply add it to your Laravel application using Composer:

Laravel Auto-Discovery

Filament Modular is fully compatible with Laravel's package auto-discovery feature, which was introduced in Laravel 5.5. This feature allows packages to be registered with Laravel automatically, without the need for manual registration in the config/app.php file.

With package auto-discovery, Filament Modular can be installed and integrated with a Laravel application quickly and easily. When you install Filament Modular, Laravel will automatically detect the package and register its service provider.

The service provider for Filament Modular is responsible for registering the package's commands, event listeners, and other components with Laravel. Once the service provider is registered, you can use the package's features and functionalities without any additional configuration.

To take advantage of Laravel's package auto-discovery feature, you must be using Laravel 5.5 or higher. If you are using an older version of Laravel, you will need to register the Filament Modular service provider manually in your config/app.php file.

In summary, Filament Modular's support for Laravel's package auto-discovery feature makes it easy for developers to install and integrate the package with a Laravel application. With no additional configuration required, developers can start using Filament Modular's features and functionalities immediately after installation.

Configuration

Filament Modular comes with a default configuration file that defines the default paths and settings for FilamentPHP integration with Laravel modules. If you need to customize these settings, you can publish the configuration file using the vendor:publish Artisan command:

Usage

You can use all available Filament make-commands with module: prefix as well with this format.

Commands

Here is the list of the available commands

snap

Options

Examples

To create a Activation page in User Module

To create a User resource in User module

Conclusion

With Filament Modular, developers can enjoy the benefits of both FilamentPHP and the nwidart/laravel-modules Modular structure in their Laravel applications. This package provides an easy-to-use solution for integrating Filament into a modular Laravel application, allowing developers to build powerful and flexible admin panels and dashboards with ease.

Extra Details

Contributing

We welcome and appreciate contributions from the community!

If you would like to contribute to Filament Modular, please follow these steps:

  1. Fork the repository and create a new branch for your changes.
  2. Make your changes and ensure that all tests pass.
  3. Submit a pull request with a clear description of your changes and why they are necessary.

Please note that by contributing to this project, you agree to abide by the Code of Conduct. If you have any questions or concerns, please feel free to reach out to us or open an issue on our GitHub repository.

We appreciate all contributions, big and small, and thank you for helping to make Filament Modular a better tool for everyone!

Security Vulnerabilities

If you discover a security vulnerability within our product, please send an email to our security team at [email protected]. We take all security vulnerabilities seriously and will respond to reports as quickly as possible. We ask that you do not publicly disclose the issue until we have had a chance to address it.

We appreciate your help in making our product more secure.

Credits

Filament Modular is developed and maintained by Armin Hooshmand.

We would like to thank the following individuals for their contributions to this project:

We would also like to thank the following projects for their inspiration and guidance:

If you would like to contribute to Filament Modular or report any issues you encounter, please visit our GitHub repository.

License

Filament Modular is open-sourced software licensed under the MIT license. This means that you are free to use, modify, and distribute the software as you see fit, as long as you include the original license file in your distribution and give appropriate attribution to the original authors.

By using Filament Modular, you agree to abide by the terms and conditions of the MIT license. If you have any questions or concerns about the license, please refer to the full text of the license for more information.


All versions of filament-modular with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^2.0
nwidart/laravel-modules Version >=9
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 realmrhex/filament-modular contains the following files

Loading the files please wait ....