https://github.com/ahs12/laravel-dockerize
A basic laravel app runs in docker
https://github.com/ahs12/laravel-dockerize
Last synced: about 1 month ago
JSON representation
A basic laravel app runs in docker
- Host: GitHub
- URL: https://github.com/ahs12/laravel-dockerize
- Owner: AHS12
- Created: 2023-08-31T03:48:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T03:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T19:31:28.613Z (5 months ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About this project
Its all about dockerize a fresh laravel app.
See the `Dockerfile` and `docker-compose.yml` file for more information.## Required Commands
To start the app
```bash
docker-compose up
```
Should be found running in port `8000`
and `phpmyadmin` running at port `8080`For running migration and other commands use
```bash
docker-compose exec app bash
```## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).