LaravelPackages.net
Acme Inc.
Toggle sidebar
katalam/laravel-coordinates

This is my package laravel-coordinates

50
1
v1.0.1
About katalam/laravel-coordinates

katalam/laravel-coordinates is a Laravel package for this is my package laravel-coordinates. It currently has 1 GitHub stars and 50 downloads on Packagist (latest version v1.0.1). Install it with composer require katalam/laravel-coordinates. Discover more Laravel packages by katalam or browse all Laravel packages to compare alternatives.

Last updated

This is my package laravel-coordinates

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

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require katalam/laravel-coordinates

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-coordinates-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-coordinates-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-coordinates-views"

Usage

$laravelCoordinates = new Katalam\Coordinates();
echo $laravelCoordinates->echoPhrase('Hello, Katalam!');

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