This commit is contained in:
Refactorian
2023-04-18 22:19:04 +09:00
committed by GitHub
parent 4fe93734e4
commit 2e2cea74b4
4 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
; Example
[Date]
date.timezone = "Asia/Tokyo"
; [Date]
; date.timezone = "Asia/Tokyo"
[mbstring]
mbstring.language = Japanese
; [mbstring]
; mbstring.language = Japanese

View File

@@ -3,12 +3,13 @@
# Laravel Docker Starter
Laravel Docker Starter Kit
- PHP v8.2.5
- Laravel v10.7.1
- PHP v8.2.5
- MariaDB v10.11
# Requirements
1. Stable version of [Docker](https://docs.docker.com/engine/install/)
2. Compatible version of [Docker Compose](https://docs.docker.com/compose/install/#install-compose)
- Stable version of [Docker](https://docs.docker.com/engine/install/)
- Compatible version of [Docker Compose](https://docs.docker.com/compose/install/#install-compose)
# How To Deploy

View File

@@ -47,9 +47,9 @@
"@php artisan key:generate --ansi"
],
"setup": [
"composer install",
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php artisan key:generate",
"composer install",
"npm install",
"npm run build"
]

View File

@@ -33,7 +33,7 @@ services:
####################################################################################################
db:
container_name: laravel_db
image: mariadb:10.5
image: mariadb:10.11
ports:
- 3306:3306
volumes:
@@ -45,4 +45,4 @@ services:
MYSQL_DATABASE: laravel_db_name
MYSQL_USER: laravel_db_user
MYSQL_PASSWORD: laravel_user_pass
TZ: Asia/Tokyo
# TZ: Asia/Tokyo