Nacote DS

Base Laravel 12 · Built by Carlos S.

Log in Register
Stack
FrameworkLaravel 12
PHP8.4
AuthLaravel Breeze — Blade
ReactivityLivewire 4
CSSBootstrap 5 via SCSS + Vite
DatabaseSQLite (local) / MySQL (production)
DebugLaravel Debugbar (dev only)
EnvironmentLaravel Sail — Docker
Local Development
cp .env.example .env
./vendor/bin/sail up -d
./vendor/bin/sail artisan key:generate
./vendor/bin/sail artisan migrate
./vendor/bin/sail npm install
./vendor/bin/sail npm run dev
Production Deployment

Every deployment after first setup:

./deploy.sh

Review migration status output — run migrations manually if needed.

Laravel v12.54.1 · PHP v8.4.18