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.
You are, of course, welcome to grab it and try it out. Just be careful. It might break some stuff.
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"
$scalpels = new ArtisanBuild\Scalpels();
echo $scalpels->echoPhrase('Hello, ArtisanBuild!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.