Skip to content

JhnBer/hicaliber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiCaliber Laravel Application

A modern Laravel application with real-time features, property management, and Vue.js frontend.

Quick Start

1. Add to Hosts File

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)

2. Copy .env and start Docker Containers

cp .env.example .env
docker compose up -d

3. Run Database Migrations

Once the containers are running, execute the migrations:

docker compose exec app php artisan migrate

You may need to restart the app container if it has crashed.

docker compose down app && docker compose up -d app

4. Browser Setup

Important: You'll need to allow untrusted certificates for the local domains:

  1. Open your browser and navigate to:

  2. When you see certificate warnings, click "Advanced" and "Proceed to example.space (unsafe)" or similar

  3. This is required because the local development setup uses self-signed certificates for HTTPS

Application Access

Create an account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published