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.
You can install the package via composer:
composer require codiceovvio/soundmapYou can publish and run the migrations with:
php artisan vendor:publish --tag="soundmap-migrations"
php artisan migrateYou 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"$soundmap = new CodiceOvvio\Soundmap();
echo $soundmap->echoPhrase('Hello, CodiceOvvio!');composer testPlease 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.