- To initialize the environment just follow these steps below
- After clone this repository
$ mkdir src
- Copy the laravel project to the src folder
- Make sure the environment config into the mysql service in the 'docker-compose.yml' is equal to the .env.example of the laravel project.
- example:
environment: MYSQL_DATABASE: db MYSQL_ROOT_PASSWORD: 123456 MYSQL_PASSWORD: 123456 MYSQL_USER: laravel SERVICE_TAGS: dev SERVICE_NAME: mysql
- example:
- Remember to change the value of 'DB_HOST' in the '.env.example' into laravel project to 'mysql'
- example:
DB_CONNECTION=mysql DB_HOST=mysql DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=laravel DB_PASSWORD=123456
- example:
- Into the folder level of 'docker-compose.yml', run these commands
$ docker-compose build laravel $ docker-compose up -d
- Go to "http://localhost:8100" and have a fun.
- After clone this repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Pedynho/laravel-filament
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Personal project to explore Filament 3
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published