LaravelPackages.net
Acme Inc.
Toggle sidebar
sukhrobnuraliev/cool-package

This is my package cool-package

0
7
About sukhrobnuraliev/cool-package

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

This is my cool-package

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

My cool example package

Installation

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"

Usage

$coolPackage = new Sukhrob\CoolPackage();
echo $coolPackage->echoPhrase('Hello, Sukhrob!');

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.

Comments