isaac-pawley/module-sandpit

This is my package module-sandpit


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

{
  "require": {
      "isaac-pawley/module-sandpit": "dev-main"
  },
  "repositories": [
    {
      "type": "path",
      "url": "../module-sandpit"
    }
  ]
}

You can run the migrations with:

php artisan migrate

Usage

$moduleSandpit = new IsaacPawley\ModuleSandpit();
echo $moduleSandpit->echoPhrase('Hello, Isaac Pawley!');

Testing

composer test

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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