thtg88/laravel-scaffold-commands

This package is abandoned and no longer maintained. No replacement package was suggested.

Handy Laravel Scaffold Artisan Commands.

v0.3.0 2020-11-16 13:32 UTC

This package is auto-updated.

Last update: 2022-04-29 01:32:44 UTC


README

Provide some convenient Laravel Scaffold Artisan Commands

Table of Contents

Installation

composer require thtg88/laravel-scaffold-commands

Usage

Coming soon!

Development

Clone the repo

# clone the repo
$ git clone https://github.com/thtg88/laravel-scaffold-commands.git

Add thhtg88/laravel-scaffold-commands as a dependency of your API project in composer.json:

{
    ...
    "repositories": [
        {
            "type": "path",
            "url": "../laravel-scaffold-commands"
        }
    ],
    "require": {
        ...
        "thtg88/laravel-scaffold-commands": "*"
    },
    ...
}

Next from your terminal run:

# Run composer update to bring in Laravel Scaffold Commands as dependancy
composer update

Tests

Laravel Scaffold Commands uses PHPUnit for testing.

You can run the whole tests suite using:

composer run-script test

# or
composer test

# or
./vendor/bin/phpunit

License

Laravel Scaffold Commands is open-sourced software licensed under the MIT license.

Security Vulnerabilities

If you discover a security vulnerability within Laravel Scaffold Commands, please send an e-mail to Marco Marassi at security@marco-marassi.com. All security vulnerabilities will be promptly addressed.