Go to file
2025-12-14 19:56:02 +01:00
.github Initial commit from Specify template 2025-12-10 22:27:21 +01:00
.specify Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
app Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
bootstrap Initial commit from Specify template 2025-12-10 22:27:21 +01:00
config Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
database Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
drizzle feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
public Initial commit from Specify template 2025-12-10 22:27:21 +01:00
resources Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
routes Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
spechistory feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
specs spec: add 001 rbac onboarding 2025-12-14 19:56:02 +01:00
storage feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
tests Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
.editorconfig Initial commit from Specify template 2025-12-10 22:27:21 +01:00
.env.example Initial commit from Specify template 2025-12-10 22:27:21 +01:00
.gitattributes Initial commit from Specify template 2025-12-10 22:27:21 +01:00
.gitignore feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
Agents.md feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
artisan Initial commit from Specify template 2025-12-10 22:27:21 +01:00
boost.json feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
composer.json feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
composer.lock feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
docker-compose.yml feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
drizzle.config.ts feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
package-lock.json feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
package.json feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
phpunit.xml Initial commit from Specify template 2025-12-10 22:27:21 +01:00
README.md Intune RBAC: graceful unsupported-account handling, health-check fixes, tests and docs updates 2025-12-13 01:25:06 +01:00
vite.config.js Initial commit from Specify template 2025-12-10 22:27:21 +01:00

Laravel Logo

Build Status Total Downloads Latest Stable Version License

TenantPilot setup

  • Local dev (Sail-first):
    • Start stack: ./vendor/bin/sail up -d
    • Init DB: ./vendor/bin/sail artisan migrate --seed
    • Tests: ./vendor/bin/sail artisan test
    • Policy sync: ./vendor/bin/sail artisan intune:sync-policies
  • Filament admin: /admin (seed user test@example.com, set password via factory or artisan tinker).
  • Microsoft Graph (Intune) env vars:
    • GRAPH_TENANT_ID
    • GRAPH_CLIENT_ID
    • GRAPH_CLIENT_SECRET
    • GRAPH_SCOPE (default https://graph.microsoft.com/.default)
    • Without these, the NullGraphClient runs in dry mode (no Graph calls).
  • Deployment (Dokploy, staging → production):
    • Containerized deploy; ensure Postgres + Redis are provisioned (see docker-compose.yml for local baseline).
    • Run migrations on staging first, validate backup/restore flows, then promote to production.
    • Ensure queue workers are running for jobs (e.g., policy sync) after deploy.
    • Keep secrets/env in Dokploy, never in code.

Policy Settings Display

  • Policy detail pages render normalized settings instead of raw JSON:
    • OMA-URI/custom policies → path/value table
    • Settings Catalog → flattened key/value entries
    • Standard objects → labeled key/value view with metadata filtered
  • Version detail pages show both pretty-printed JSON and normalized settings.
  • Warnings surface malformed snapshots or @odata.type mismatches before restore.

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.