An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## 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).