Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel_commands maintained by marceloxp

Description
Laravel Artisan Commands Utilities
Author
Last update
2019/03/25 22:43 (dev-master)
License
Links
Downloads
155

Comments
comments powered by Disqus

Laravel Commands

Laravel Artisan Command Utilities v1.0.21

Screen

Screen

Install

composer require marceloxp/laravel_commands

Usage

php artisan xp

Local dev test

package.json

    "repositories":
    {
        "dev-package":
        {
            "type": "path",
            "url": "~/git/laravel_commands",
            "options":
            {
                "symlink": true
            }
        }
    },

Commands

Migrate

  • Status
  • Create migration with model
  • Create custom migrate
  • Preview
  • Rollback
  • Execute migration
  • Drop all tables and migrate

Models

  • Simple foreign key
  • Rules generator

Seeds

  • Create
  • Execute One
  • Execute All

System

  • Composer Dump-Autoload
  • Apache reload (Linux)

Database

  • Show config (from .env)
  • Show tables
  • Show fields from table
  • Show fields from table (csv)
  • Dump database