clupilot/app
Boban Blaskovic 21c2f8a63a Page: Dashboard + App-Layout + Sidebar component
- layouts/app.blade.php rewritten as Volt-compatible layout with
  clu-bg-aurora body, clu-app-grid (236px sidebar + main).
- components/clu/sidebar.blade.php: brand, workspace switch (Acme Cluster),
  6 nav items with route-based active state, plan box (PRO, 87/100).
- routes/web.php: Volt::route for dashboard, placeholder routes
  for sites/servers/backups/security/team/settings (sidebar links resolve).
- placeholder.blade.php: holds spaceholder pages with shared chrome.
- CSS: app-grid, sidebar, ws-switch, nav, plan-box, topbar, search,
  icon-btn, metric, card, table, site-cell, favicon, health, feed.
- pages/dashboard Volt: 4 metrics (Sites Online, Ø Response, Updates,
  Blocked/24h) computed from DB, top-8 sites table, top-8 activity feed.
- Test: tests/Feature/Pages/DashboardPageTest.php (3 green)
  redirect-guest, render-auth, sees seeded site.
2026-05-31 22:38:12 +02:00
..
app Domain models: Cluster/Server/Site/Backup/TeamMember/Invitation/SecurityEvent/Certificate/Activity/Cron 2026-05-31 22:33:09 +02:00
bootstrap Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
config Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
database Domain models: Cluster/Server/Site/Backup/TeamMember/Invitation/SecurityEvent/Certificate/Activity/Cron 2026-05-31 22:33:09 +02:00
public Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
resources Page: Dashboard + App-Layout + Sidebar component 2026-05-31 22:38:12 +02:00
routes Page: Dashboard + App-Layout + Sidebar component 2026-05-31 22:38:12 +02:00
storage Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
tests Page: Dashboard + App-Layout + Sidebar component 2026-05-31 22:38:12 +02:00
.editorconfig Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
.env.example Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
.gitattributes Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
.gitignore Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
README.md Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
artisan Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
composer.json Foundation + Login Glass page from template 2026-05-31 22:18:51 +02:00
composer.lock Foundation + Login Glass page from template 2026-05-31 22:18:51 +02:00
package-lock.json Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
package.json Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
phpunit.xml Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
vite.config.js Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00

README.md

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.