PHPackages                             akk7300/module-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. akk7300/module-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

akk7300/module-generator
========================

Module Generator

076PHP

Since Dec 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/akk7300/module-generator)[ Packagist](https://packagist.org/packages/akk7300/module-generator)[ RSS](/packages/akk7300-module-generator/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Quickly Generate Laravel Module
===============================

[](#quickly-generate-laravel-module)

📥 Installation
--------------

[](#inbox_tray-installation)

You can install this package via composer:

```
composer require akk7300/module-generator
```

and after installation you can run following command to publish config files:

```
php artisan vendor:publish --provider="Akk7300\ModuleGenerator\ModuleGeneratorServiceProvider" --tag="config"

```

⚙️ Configuration
----------------

[](#gear-configuration)

for configure this package go to `config/modulegenerator.php` and if you want to customize namespace you can do like this

```
