adding some geo-spatial mysql stuff
This commit is contained in:
parent
58a4701ba3
commit
5ceb315b6c
@ -17,11 +17,15 @@
|
||||
"spatie/laravel-permission": "",
|
||||
"zizaco/entrust": "",
|
||||
|
||||
// Options/Flags
|
||||
"spatie/laravel-model-flags": "", // add a simple true/false flag to any model
|
||||
|
||||
// SDKs
|
||||
"aws/aws-sdk-php-laravel": "", // interact with S3 or S3-compatible storage
|
||||
"propaganistas/laravel-phone": "", // uses Google's libphonenumber API to (try to) sanely handle phone numbers
|
||||
"vladimir-yuldashev/laravel-queue-rabbitmq": "", // Interface with RabbitMQ servers
|
||||
"grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL
|
||||
"grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL (WARNING: only works with Laravel v8 or lower)
|
||||
"matanyadaev/laravel-eloquent-spatial": "", // Adds Geo-spatial column support for MySQL
|
||||
"irazasyed/telegram-bot-sdk": "", // unofficial Telegram Bot API/SDK
|
||||
"torann/geoip": "", // support for multiple GeoIP services
|
||||
"coderjerk/nasa-php": "", // NASA API integrations
|
||||
|
Loading…
x
Reference in New Issue
Block a user