PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Packages of Bhavin Gajjar   Laravel MySQL Spatial   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel MySQL Spatial
Manipulate objects with spatial data using Laravel
Author: By
Last change:
Date: 27 days ago
Size: 216 bytes
 

Contents

Class file image Download
version: '3.3' services: db: image: mysql:5.7 ports: - "3306:3306" environment: MYSQL_DATABASE: 'spatial_test' MYSQL_ROOT_PASSWORD: '' MYSQL_ALLOW_EMPTY_PASSWORD: 1