Download the PHP package kadevland/laravel-easy-modules without Composer

On this page you can find all versions of the php package kadevland/laravel-easy-modules. 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 laravel-easy-modules

Laravel Easy Modules - Flexible Module Generator

Latest Version on Packagist Total Downloads GitHub Actions License

Package Status: This package has been tested and works correctly for most use cases. However, some edge cases may require manual handling depending on your specific setup.

Laravel Easy Modules is a flexible Laravel package that enables you to organize your application using modular architecture. Generate organized, maintainable applications with automatic component registration and structured code separation. Clean Architecture templates are provided as sensible defaults, but fully customizable to your needs.

โœจ Key Features

๐Ÿš€ Installation & Quick Start

Requirements

Installation

Install via Composer:

Publish configuration:

Create your first module:

๐Ÿ“ What Gets Generated

When you run php artisan easymodules:new Blog, you get a complete Clean Architecture structure by default, but this is fully customizable to match your preferred architecture pattern:

๐Ÿ“ Note: This structure is just the default template. You can completely customize the folder structure, paths, and architectural patterns through configuration. See Configuration Guide for details.

๐Ÿ—๏ธ Modular Architecture Benefits

๐Ÿ› ๏ธ Commands & Generators

Laravel Easy Modules provides an extensive command toolkit for rapid development:

๐Ÿ‘‰ Complete Command Reference Guide - Full documentation with examples

Quick Examples

Command Aliases

All commands support these prefixes for convenience:

๐Ÿ”„ Laravel 12 Auto-Discovery

Laravel Easy Modules leverages Laravel 12's enhanced auto-discovery features for seamless integration:

โœ… Automatic Registration

When auto_discover = true, newly created modules are automatically:

๐Ÿ”ง Manual Registration

You can also register modules manually by adding them directly to bootstrap/providers.php:

๐Ÿ—‘๏ธ Manual Unregistration

To disable a module, simply remove or comment its ServiceProvider from bootstrap/providers.php:

๐Ÿ—๏ธ Package Independence

Important: All generated code remains fully functional even if you remove Laravel Easy Modules package. Each module generated uses standard Laravel ServiceProvider patterns and can operate independently.

๐Ÿ” List Discovered Modules

View all modules discovered by the auto-discovery system:

Example output:

โš™๏ธ Configuration & Customization

Package Configuration

Customize module generation in config/easymodules.php:

Module-Specific Configuration

Each module can have its own configuration for module-specific settings:

Customizable Stubs

Important: No stubs are provided by default - you create them according to your architectural needs using the make-stub system.

๐Ÿงช Testing Configuration

PHPUnit Integration

Add to your phpunit.xml:

Pest Framework Support

Add to your tests/Pest.php:

โšก Vite Integration (Laravel 12)

Laravel 12 uses enhanced Vite configuration. Update your vite.config.js:

Required installation:

๐ŸŽจ Tailwind CSS Configuration

Update your tailwind.config.js for module support:

๐Ÿ“– Practical Examples

Blog Module with Rich Configuration

E-commerce Modular Setup

Each module maintains its own:

Multi-tenant Application

๐Ÿ†• Laravel 12 Compatibility

โœ… What's Fully Supported

๐Ÿš€ Built for Laravel 12

Laravel Easy Modules is designed specifically for Laravel 12 from the ground up - no migration needed, just clean modular development ready to use.

๐Ÿ› ๏ธ Benefits of Modular Architecture

โœ… Separation of Concerns

โœ… Development Benefits

โœ… Scalability & Maintenance

๐Ÿ“š Complete Documentation

๐Ÿ”„ Alternative Solutions

If you're looking for modular Laravel development solutions, you might also consider:

nWidart/laravel-modules

A well-established and highly configurable module system for Laravel. Great choice if you prefer maximum flexibility and don't mind setting up your own structure from scratch.

EasyModules vs nWidart:

Both packages serve the modular development community well - choose based on whether you prefer structured defaults (EasyModules) or complete configurability (nWidart).

๐Ÿ’ญ Philosophy

We created EasyModules because modular development should be simple, fast, and completely independent - remove EasyModules anytime, your code keeps running.

EasyModules believes in empowering developers without creating dependencies. We're here to help you design and scaffold beautiful, maintainable modular architectures using Laravel standards - then we disappear.

Configuration is simple by design. A single config file, clear folder structures, and intelligent defaults get you productive in minutes. No complex setup, no scattered configuration files, no learning curve.

Generated code is entirely yours to modify. EasyModules doesn't check, validate, or enforce anything after generation. Refactor freely, change structures, adapt to your needs - we're here to help, not to impose.

Generated modules are entirely yours. Built with standard Laravel patterns. No vendor lock-in - you choose how to manage your dependencies. Just clean, organized code that lives and breathes Laravel.

"We help you build it right, then get out of your way."

๐Ÿค Contributing

Contributions are welcome! Please see contributing guide.

๐Ÿ“ Changelog

Please see CHANGELOG for more information on recent changes.

๐Ÿ”’ Security

For security issues, please email [email protected].

๐Ÿ“„ License

Open-source package under MIT license.

๐Ÿ‘จโ€๐Ÿ’ป Credits


**Made with โค๏ธ by [Kadevland](https://github.com/kadevland)** [โญ Star us on GitHub](https://github.com/kadevland/laravel-easy-modules) if this project helps you! **Laravel Easy Modules - Flexible modular development made simple** ๐Ÿš€

All versions of laravel-easy-modules with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^12.0
illuminate/console Version ^12.0
illuminate/filesystem Version ^12.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 kadevland/laravel-easy-modules contains the following files

Loading the files please wait ....