root fdfcd1f0e2
API CI/CD / Validate (composer + pint) (push) Successful in 2m6s
API CI/CD / Build frontend assets (push) Successful in 2m20s
API CI/CD / Security audit (push) Successful in 32s
API CI/CD / Test (PHPUnit) (push) Failing after 2m17s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped
fix: ensure sanctum guard driver is always registered
Two changes:

1. app/Http/Middleware/TeacherPortalAuthenticate.php:
   - Added try-catch around Auth::guard('sanctum')->user() to match
     the defensive pattern used by MultiAuth and
     EnsurePrintRequestsAdminAccess middleware.

2. app/Providers/AppServiceProvider.php:
   - Added Auth::resolved() callback to re-register the sanctum guard
     driver as a safety net. This ensures the driver is available even
     when a stale cached config lacks the auth.guards.sanctum entry,
     or when SanctumServiceProvider::configureGuard() runs before
     the AuthManager is ready to accept custom guard creators.
2026-06-24 22:17:45 -04:00
2026-06-24 00:34:58 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-23 00:39:26 -04:00
2026-06-11 11:06:32 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-05 17:16:38 -04:00
2026-06-24 00:34:58 -04:00
2026-06-08 22:06:30 -04:00
2026-06-24 00:56:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 11:06:32 -04:00
2026-06-08 22:06:30 -04:00
2026-06-24 00:56:12 -04:00
2026-06-04 02:41:08 -04:00
2026-05-18 00:07:30 -04:00
2026-03-08 16:33:24 -04:00
2026-06-12 02:40:41 -04:00
2026-06-22 22:40:07 -04:00
2026-06-04 02:24:41 -04:00
2026-06-04 02:24:41 -04:00
2026-06-12 01:40:40 -04:00
2026-06-12 02:40:41 -04:00
2026-04-23 00:04:35 -04:00
2026-06-11 03:22:12 -04:00
2026-03-09 17:31:28 -04:00
2026-03-09 17:17:59 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-04 13:25:31 -04:00
2026-05-18 00:07:30 -04:00
2026-06-08 22:06:30 -04:00
2026-04-23 00:04:35 -04:00
2026-06-09 02:32:58 -04:00
2026-04-23 00:04:35 -04:00
2026-03-09 17:36:32 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-23 00:39:26 -04:00
2026-06-22 22:40:07 -04:00
2026-03-11 18:44:16 -04:00
2026-06-08 22:06:30 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-06-11 03:22:12 -04:00
2026-03-05 12:29:37 -05:00

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.

S
Description
No description provided
Readme 48 MiB
Languages
PHP 97.4%
Blade 2.5%