Skip to content

codiceovvio/soundmap

Repository files navigation

A package to easily create and manage a sound map with Laravel

GitHub commit activity GitHub License

With Laravel Sound Map you can create and manage a Leaflet map to add and display sound recordings as well as images and texts, attaching them to map markers. This package is primarily intended to use for sound map development, but it can be customized with any content type you may need to display and geolocate.

Installation

You can install the package via composer:

composer require codiceovvio/soundmap

You can publish and run the migrations with:

php artisan vendor:publish --tag="soundmap-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="soundmap-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="soundmap-views"

Usage

$soundmap = new CodiceOvvio\Soundmap();
echo $soundmap->echoPhrase('Hello, CodiceOvvio!');

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.

About

A package to easily create and manage a sound map with Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages