Running Laravel and React stacks together using Vite and InertiaJS on Docker.
Explore project's blog »
Report Bug
·
Request Feature
Table of Contents
This is a Laravel boilerplate running with ReactJS as frontend on Docker. It makes use of Vite and InertiaJS to achieve this.
For more details, please refer to the project's Blog
Here is a list of major frameworks used to bootstrap the project.
To get a local copy up and running follow these simple steps.
In order to run this prroject you should have Docker
and Docker Compose
installed on your local machine.
To set up the application simply clone the repo using the below command.
git clone https://github.com/elvinlari/laravel-vite-docker.git
You can use this code as a boilerplate for building your next Cloud Native Laravel application.
Containers from this project can be deployed on Kubernetes, Docker Swarm or whichever orchestrator you prefer.
- Project core
- Add git actions for creating and uploading docker images to a Registry
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
file for more information.
Elvin Lari - @elvinlarie - elvinlari@gmail.com
Project Link: https://github.com/elvinlari/laravel-vite-docker
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!