generated from thegrind/laravel-dockerized
Laravel Dockerized
This repo just includes the necessary files to quickly set up a laravel app to be dockerized and released for self hosting. All you have to do when you start a new app is start the repo from this template and merge these files with your existing app.
Setup
Once you started your laravel project and initialized it as a git repo:
git remote add origin git@gitgud.foo:thegrind/laravel-dockerized.git
git pull -u origin main
- Run
make setup
to install laravel octane with FrankenPHP since this is what thelaravel-base
image expects from your app.
Description
v0.0.4
Latest
Languages
Blade
57.8%
PHP
40.8%
CSS
0.8%
Makefile
0.4%
JavaScript
0.2%