PHPackages                             imalirezapy/laravel-more-command - 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. [CLI &amp; Console](/categories/cli)
4. /
5. imalirezapy/laravel-more-command

ActiveLibrary[CLI &amp; Console](/categories/cli)

imalirezapy/laravel-more-command
================================

Create a Repository, Service, trait and Strategy using Artisan CLI

v1.0.0(3y ago)018MITPHP

Since May 2Pushed 3y agoCompare

[ Source](https://github.com/imalirezapy/laravel-more-command)[ Packagist](https://packagist.org/packages/imalirezapy/laravel-more-command)[ RSS](/packages/imalirezapy-laravel-more-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

[![issues](https://camo.githubusercontent.com/00d1c4542a136f8a8440930ac2ef53cdc97a74b8b3e4b22092e80edf7eaadc8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f3f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/00d1c4542a136f8a8440930ac2ef53cdc97a74b8b3e4b22092e80edf7eaadc8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f3f7374796c653d666c6174266c6f676f3d6170707665796f72)[![forks](https://camo.githubusercontent.com/34782316ac2386d65bdf3d0225695f2885cfe0d765514f01d781d0cd3f9a1498/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/34782316ac2386d65bdf3d0225695f2885cfe0d765514f01d781d0cd3f9a1498/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)[![stars](https://camo.githubusercontent.com/7a97e39c7c760bd0f333d0c3e2276012178e360b158779fc6e89cac5f201dfd3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/7a97e39c7c760bd0f333d0c3e2276012178e360b158779fc6e89cac5f201dfd3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)[![GitHub license](https://camo.githubusercontent.com/79b6d9048a7b58cc49d574632e5b2ea07e74a63151d0d65d69abe01794300a66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696d616c6972657a6170792f6c61726176656c2d6d6f72652d636f6d6d616e64)](https://github.com/imalirezapy/laravel-more-command/blob/master/LICENSE)

Laravel More Command
====================

[](#laravel-more-command)

Laravel More Command is a collection of a few `php artisan` commands. You can use it to create a **Repository, Repository with Interface, Service, Trait, View(blade file)**, and **Clear Log** from the command line using `php artisan` command.

\[Note : This package also worked for [nWidart/laravel-modules](https://github.com/nWidart/laravel-modules)\]

Installation
------------

[](#installation)

Require the package with composer using the following command:

```
composer require imalirezapy/laravel-more-command --dev

```

Or add the following to your composer.json's require-dev section and `composer update`

```
"require-dev": {
    "imalirezapy/laravel-more-command": "^1.0.0"
}
```

Publish Package Configuration
-----------------------------

[](#publish-package-configuration)

```
 php artisan vendor:publish --provider="imalirezapy\LaravelMoreCommand\LaravelMoreCommandProvider" --tag="config"
```

### To Change Default Namespace \[config/laravel-more-command.php\]

[](#to-change-default-namespace-configlaravel-more-commandphp)

```
