socoladaica / phpstorm
2.0
2025-01-09 07:35 UTC
Requires
Requires (Dev)
- phpunit/phpunit: *
README
Installation
You can install the package via composer:
composer require socoladaica/phpstorm
You can publish and run the migrations with:
php artisan vendor:publish --provider="SocolaDaiCa\Phpstorm\Providers\PhpstormServiceProvider" --tag="migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="SocolaDaiCa\Phpstorm\Providers\PhpstormServiceProvider" --tag="config"
Optionally, you can publish the views using
--provider="SocolaDaiCa\Phpstorm\Providers\PhpstormServiceProvider" --tag="views"
Usage
$variable = new VendorName\Skeleton(); echo $variable->echoPhrase('Hello, VendorName!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
MIT. Please see LICENSE File for more information.