https://github.com/texmeijin/laravel-frankenphp
https://github.com/texmeijin/laravel-frankenphp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texmeijin/laravel-frankenphp
- Owner: TeXmeijin
- Created: 2024-03-18T10:13:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T10:15:15.000Z (about 1 year ago)
- Last Synced: 2025-01-23T03:46:04.419Z (4 months ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## how to build
```
docker build -t laravelfrankenphptest .
```## how to run
```
docker run -p 8088:8088 laravelfrankenphptest
```then open http://127.0.0.1:8088