artisan-build/scalpels

Small, sharp tools for Laravel developers and teams

dev-main 2024-07-08 11:27 UTC

This package is auto-updated.

Last update: 2024-09-08 11:56:35 UTC


README

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

Currently In Dog Food Mode

This package is currently undocumented an only used internally. As soon as it is ready for general use, we'll publish documentation for it and announce the release.

In Dog Food Mode

You are, of course, welcome to grab it and try it out. Just be careful. It might break some stuff.

Installation

You can install the package via composer:

composer require artisan-build/scalpels

You can publish and run the migrations with:

php artisan vendor:publish --tag="scalpels-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="scalpels-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="scalpels-views"

Usage

$scalpels = new ArtisanBuild\Scalpels();
echo $scalpels->echoPhrase('Hello, ArtisanBuild!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

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.