This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/README.md

37 lines
1.0 KiB
Markdown
Raw Normal View History

2022-11-13 18:11:37 -08:00
# symfony
## Requirements
2023-04-11 11:22:23 -07:00
* ubuntu php-cli (sudo nala install curl unzip php-curl php-xml php-mysql)
2023-02-28 15:18:25 -08:00
* [Install Composer](https://www.nickyeoman.com/page/install-composer-on-ubuntu)
* [Symfony cli](https://symfony.com/download)
2023-02-28 15:18:25 -08:00
## Create your Project
I needed a faster install (don't do anything twice).
2022-11-13 18:18:48 -08:00
Just change "YOUR_PROJECT_NAME" to whatever you want.
```bash
wget fbot.co/nysymfony
bash nysymfony YOUR_PROJECT_NAME
rm nysymfony
cd YOUR_PROJECT_NAME
2022-11-17 20:25:09 -08:00
```
The next steps to take would be:
1. Verify the ```.env``` and ```docker-compose.md``` file
2022-12-14 00:26:38 -08:00
1. start docker ```sudo docker-compose up -d```
2023-04-11 11:22:23 -07:00
1. [Create your controllers](https://git.nickyeoman.com/nick/symfony/src/branch/main/docs/Controller.md)
2022-12-17 21:11:55 -08:00
1. Run sass ```sass sass/project.sass public/css/main.css```
2023-04-11 11:22:23 -07:00
1. [Create your security](https://git.nickyeoman.com/nick/symfony/src/branch/main/docs/Security.md)
2022-11-17 20:25:09 -08:00
# Currently supported and tested on
I am only one man, I can only support the following, issues for other versions will be closed.
* PHP: 8.1
* Symfony: 6.1.7
* Docker: 20.10
* Mariadb: 10.7