PHPackages                             theanik/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. theanik/laravel-more-command

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

theanik/laravel-more-command
============================

Create a Repository and Service class and trait using Artisan CLI

v1.3.0(4y ago)99371.1k↑29.5%28[2 PRs](https://github.com/theanik/laravel-more-command/pulls)2MITPHP

Since Jan 28Pushed 3y ago3 watchersCompare

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

READMEChangelog (2)DependenciesVersions (7)Used By (2)

[![issues](https://camo.githubusercontent.com/b57190fb743d21cb9ac4dc4e54e69cc1cbb29d0f85d62e12c54b919374361926/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f3f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/b57190fb743d21cb9ac4dc4e54e69cc1cbb29d0f85d62e12c54b919374361926/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f3f7374796c653d666c6174266c6f676f3d6170707665796f72)[![forks](https://camo.githubusercontent.com/1e592b411512621e045acd5bb0cbdbbc447af78a00f835fe00a7bb265fb6f00f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/1e592b411512621e045acd5bb0cbdbbc447af78a00f835fe00a7bb265fb6f00f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)[![stars](https://camo.githubusercontent.com/cee195b9c018e74eea123121d5845a5d8adda99b7b4a77bf62db48d4721507c8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)](https://camo.githubusercontent.com/cee195b9c018e74eea123121d5845a5d8adda99b7b4a77bf62db48d4721507c8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e643f7374796c653d666c6174266c6f676f3d6170707665796f72)[![GitHub license](https://camo.githubusercontent.com/295a8cfc8699af0b4a388631240823d9eb5288cffb7c793148f2720609af1209/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746865616e696b2f6c61726176656c2d6d6f72652d636f6d6d616e64)](https://github.com/theanik/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 theanik/laravel-more-command --dev

```

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

```
"require-dev": {
    "theanik/laravel-more-command": "^1.3.0"
}
```

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

[](#publish-package-configuration)

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

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

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

```
