A modern Laravel application with real-time features, property management, and Vue.js frontend.
Add these entries to your hosts file (/etc/hosts on macOS/Linux or C:\Windows\System32\drivers\etc\hosts on Windows):
127.0.0.1 example.space
127.0.0.1 vite.example.space
127.0.0.1 reverb.example.space
(vite for dev mode if needed)
cp .env.example .envdocker compose up -dOnce the containers are running, execute the migrations:
docker compose exec app php artisan migrateYou may need to restart the app container if it has crashed.
docker compose down app && docker compose up -d appImportant: You'll need to allow untrusted certificates for the local domains:
-
Open your browser and navigate to:
- https://example.space
- https://vite.example.space (if dev mode used in app-entry.sh)
-
When you see certificate warnings, click "Advanced" and "Proceed to example.space (unsafe)" or similar
-
This is required because the local development setup uses self-signed certificates for HTTPS
Create an account
- Main Application: https://example.space