PHPackages                             butcherman/artisan-dev-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. [Framework](/categories/framework)
4. /
5. butcherman/artisan-dev-commands

ActiveLibrary[Framework](/categories/framework)

butcherman/artisan-dev-commands
===============================

A collection of commands to run in the Artisan CLI that will make development troubleshooting your Laravel project a little easier

0.0.9(1y ago)01.5k1MITPHPPHP &gt;=7.2CI failing

Since Nov 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/butcherman/artisan-dev-commands)[ Packagist](https://packagist.org/packages/butcherman/artisan-dev-commands)[ RSS](/packages/butcherman-artisan-dev-commands/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (3)Versions (11)Used By (1)

Butcherman\\Artisan-Dev-Commands
================================

[](#butchermanartisan-dev-commands)

A simple collection of Artisan commands to help make your development and troubleshooting a little easier.

[![GitHub release](https://camo.githubusercontent.com/8636c218720bb4eb5d6669eb3da80c8f3c82d7dd541728bccd082df37c3d1ce0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f427574636865726d616e2f6172746973616e2d6465762d636f6d6d616e6473)](https://GitHub.com/Butcherman/artisan-dev-commands/releases/)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Latest Stable Version](https://camo.githubusercontent.com/9cc385ec1f41e547c2468e8475fd60ab13d2ba57d2aeb36fa83ddc89707f632b/68747470733a2f2f706f7365722e707567782e6f72672f627574636865726d616e2f6172746973616e2d6465762d636f6d6d616e64732f762f737461626c65)](https://packagist.org/packages/butcherman/artisan-dev-commands)

Requirements
------------

[](#requirements)

- PHP 7.2 or Higher
- Laravel 5.5 or Higher

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

[](#installation)

```
composer require butcherman/artisan-dev-commands --dev
```

Usage
-----

[](#usage)

### Log File Commands

[](#log-file-commands)

Clear the contents of the current log file while keeping the file itself in tact:

```
php artisan log:clean
```

Delete all log files in the Log directory (will only remove files with the .log extension)

```
php artisan log:purge
```

Create a new Laravel Trait in the app/Traits folder

```
php artisan make:trait TraitName  // or Folder/TraitName
```

Create a new Vue page located at /resources/js/Pages with a basic Vue template. Adding a new Vue page in a sub folder uses the dot (.) syntax similar to the View syntax

```
php artisan make:page folder.pageName  // To add the component using the Vue's Options API, add the --optionsApi flag
```

Create a new Vue component located at /resources/js/Components with a basic Vue template. Adding a new Vue component in a sub folder uses the dot (.) syntax similar to the View syntax

```
php artisan make:vuecomponent folder.componentName  // To add the component using the Vue's Options API, add the --optionsApi flag
```

Create a new Vue form component located at /resources/js/Forms with a basic form template. Adding a new Vue component in a sub folder uses the dot (.) syntax similar to the View syntax

```
php artisan make:form folder.formName  // To add the form using the Vue's Options API, add the --optionsApi flag
```

Copyright © 2019-2025 Butcherman
--------------------------------

[](#copyright--2019-2025-butcherman)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

See the LICENSE file for additional information

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance42

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~237 days

Recently: every ~210 days

Total

9

Last Release

473d ago

PHP version history (3 changes)0.0.1PHP ^7.2

0.0.4PHP ^7.2|^8.0

0.0.8PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/56d89dfcfb221e575a5cac23f6b123301a180d61b48c8d5e53fd1ef7e2654744?d=identicon)[butcherman](/maintainers/butcherman)

---

Top Contributors

[![butcherman](https://avatars.githubusercontent.com/u/6724178?v=4)](https://github.com/butcherman "butcherman (43 commits)")

---

Tags

frameworklaraveldevdevelopmentartisan-command

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/butcherman-artisan-dev-commands/health.svg)

```
[![Health](https://phpackages.com/badges/butcherman-artisan-dev-commands/health.svg)](https://phpackages.com/packages/butcherman-artisan-dev-commands)
```

###  Alternatives

[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M272](/packages/laravel-boost)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M63](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[laravel/roster

Detect packages &amp; approaches in use within a Laravel project

15410.4M7](/packages/laravel-roster)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
