Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysiar/symfony-frankenized
Symfony App static build and prepared to run in smallest container
https://github.com/mysiar/symfony-frankenized
Last synced: 1 day ago
JSON representation
Symfony App static build and prepared to run in smallest container
- Host: GitHub
- URL: https://github.com/mysiar/symfony-frankenized
- Owner: mysiar
- Created: 2023-12-31T15:47:33.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-31T15:48:32.000Z (11 months ago)
- Last Synced: 2023-12-31T16:37:09.932Z (11 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony Frankenized
* to run local app with frankenphp run `make run`
* to build static app run `make build`
* to run static app run `make run-static-app`Check end of Makefile, that's all to build and run application.
Do not forget about composer install :)