Set up Laravel #1
Owner
- Scaffold Laravel project & repo structure — laravel new crt, init git, push to forge.lvl0.xyz/lvl0/crt, mirror to Codeberg, add AGPL-3.0 LICENSE, baseline README skeleton, .editorconfig, .gitattributes.
- Configure Vite + Tailwind — Tailwind via Laravel preset, configure tailwind.config.js content paths, drop default Laravel welcome view, verify npm run build produces assets.
- Define env contract — Add TRUENAS_URL, TRUENAS_API_KEY, POLL_INTERVAL_SECONDS, POOL_ALLOWLIST to .env.example and document in README. Create a config file config/crt.php to read these.
1. Scaffold Laravel project & repo structure — laravel new crt, init git, push to forge.lvl0.xyz/lvl0/crt, mirror to Codeberg, add AGPL-3.0 LICENSE, baseline README skeleton, .editorconfig, .gitattributes.
2. Configure Vite + Tailwind — Tailwind via Laravel preset, configure tailwind.config.js content paths, drop default Laravel welcome view, verify npm run build produces assets.
3. Define env contract — Add TRUENAS_URL, TRUENAS_API_KEY, POLL_INTERVAL_SECONDS, POOL_ALLOWLIST to .env.example and document in README. Create a config file config/crt.php to read these.
enhancement
label
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?