refactor: restructure environment
This commit is contained in:
12
README.md
12
README.md
@@ -2,16 +2,18 @@
|
||||
|
||||
- NGINX, MySQL, phpMyAdmin
|
||||
|
||||
## Создание проекта:
|
||||
## Create a project:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
# !change .env for yourself
|
||||
./run.sh build
|
||||
docker compose up -d php-fpm
|
||||
docker compose exec php-fpm bash
|
||||
# or `make shell`
|
||||
```
|
||||
|
||||
Rewrite below for yourself:
|
||||
|
||||
```bash
|
||||
composer global require laravel/installer
|
||||
|
||||
@@ -22,3 +24,9 @@ laravel new example-app
|
||||
mv example-app/* example-app/.* ./
|
||||
rmdir example-app
|
||||
```
|
||||
|
||||
## Quick Actions
|
||||
|
||||
```bash
|
||||
make help
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user