Skip to content

gammamatrix/playground-make-migration

Repository files navigation

Playground: Make Migration

Playground CI Workflow Test Coverage PHPStan Level 9

The Playground Make Migration Tool for building out Laravel applications.

Installation

NOTE: This is a development tool and not meant for normal installations.

artisan about

Playground Make provides information in the artisan about command.

Configuration

You can publish the config file with:

php artisan vendor:publish --provider="Playground\Make\Migration\ServiceProvider" --tag="playground-config"

See the contents of the published config file: config/playground-make-migration.php

Commands

This application utilizes Laravel make commands.

PHPStan

Tests at level 9 on:

  • config/
  • lang/
  • src/
  • tests/Feature/
composer analyse

Coding Standards

composer format

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages