Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

marceloxp/laravel_commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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