sukhrobnuraliev/cool-package is a Laravel package for this is my package cool-package.
It currently has 7 GitHub stars and 0 downloads on Packagist.
Install it with composer require sukhrobnuraliev/cool-package.
Discover more Laravel packages by sukhrobnuraliev
or browse all Laravel packages to compare alternatives.
Last updated
My cool example package
You can install the package via composer:
composer require sukhrobnuraliev/cool-package
You can publish and run the migrations with:
php artisan vendor:publish --tag="cool-package-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="cool-package-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="cool-package-views"
$coolPackage = new Sukhrob\CoolPackage();
echo $coolPackage->echoPhrase('Hello, Sukhrob!');
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.