Skip to content

Commit 0780649

Browse files
committed
Refactor to laravel base
1 parent 2a45aa9 commit 0780649

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/docker-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- main
1212
paths:
13-
- 'website/**' # this only triggers pipeline when updates to path dir are made
13+
- 'laravel-base/**' # this only triggers pipeline when updates to path dir are made
1414
workflow_dispatch: # Allows manual triggering of the workflow
1515

1616
jobs:

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,22 @@ Docker compose is the default way to use this container. The [compose file](./we
6464
## Deploy via kubernetes
6565
6666
in the [manifestdir](manifests/) is an example of deploying this container via kubernetes. -->
67+
68+
Default Laravel Container with Filament
69+
70+
🚀 Laravel + Filament Container – Version 1.111
71+
72+
We're excited to introduce the official first release of our Laravel + Filament container! 🎉
73+
74+
This container serves as a clean, ready-to-use starting point for any new Laravel project, featuring a fresh install of Laravel and Filament, preconfigured for seamless development.
75+
76+
✨ What’s Inside?
77+
- A minimal yet powerful Laravel + Filament setup
78+
- Optimized for containerized development
79+
- Easy to extend and customize for your next project
80+
81+
Start building with confidence—we’ve got the foundation covered!
82+
83+
🚀 Happy coding!
84+
85+
Team EdgeForge Labs

0 commit comments

Comments
 (0)