PHPackages                             wamesk/laravel-commands - 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. wamesk/laravel-commands

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

wamesk/laravel-commands
=======================

Laravel create commands.

1.1.1(2y ago)038211MITPHPPHP ^8.0|^8.1|^8.2

Since Jan 31Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (13)Used By (1)

Laravel Commands
================

[](#laravel-commands)

Laravel package for better artisan commands for making Model etc.

- [Laravel Commands](#laravel-commands)
    - [Installation](#installation)
    - [Usage](#usage)
        - [Make command](#make-command)
        - [Model command](#model-command)
        - [Nova resource command](#nova-resource-command)
        - [Migration command](#migration-command)
        - [Observer command](#observer-command)
        - [Events command](#events-command)
        - [Listeners command](#listeners-command)
        - [Api controller command](#api-controller-command)
        - [Lang command](#lang-command)
        - [Policy command](#policy-command)
    - [Utils](#utils)
        - [Helpers](#helpers)
            - [Create directory](#create-directory)
            - [Create and/or open file](#create-andor-open-file)
            - [Camel Case converter](#camel-case-converter)
        - [Validator](#validator)
            - [Validate function](#validate-function)
            - [Code function](#code-function)
            - [Status Code function](#status-code-function)

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

[](#installation)

```
composer require wamesk/laravel-commands
```

Use this command to publish config.

```
php artisan vendor:publish --provider="Wame\LaravelCommands\LaravelCommandsServiceProvider"
```

You can find config in *config* folder as shown below.

```
project
 └─ config
     └─ wame-commands.php

```

You can configure package commands here

```
// config/wame-commands.php
