Go to file
boban 326caa51ce fix(bug-1): eliminate content-area overlap on hard-reload with collapsed sidebar
Add .nim-content class to main content div and pre-Alpine CSS rules:
- @media min-width:768px .nim-content { margin-left:240px }
- html[data-sidebar-collapsed] .nim-content { margin-left:64px }

The blocking script (FIX-13) already sets data-sidebar-collapsed before first
paint; the new CSS applies the matching margin before Alpine initializes.
Also fix skel-topbar left position for collapsed state (was always 240px).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 18:55:26 +02:00
app fix(FIX-13): 8 bugs — sidebar flash, mobile hamburger, AI insights, button overlay, QR modal collapse, dashboard always-active, bio themes 2026-05-16 18:28:27 +02:00
bootstrap fix: eliminate FOUC, Echo, modal duplicate, icons, test DB isolation 2026-05-16 13:23:44 +02:00
config fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
database fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
docker fix: Chart.js global, Vite 504, test DB isolation, verify script green 2026-05-16 13:36:40 +02:00
docs feat: QR wizard, UTM Builder, A/B variants, AI features, analytics URL filters 2026-05-16 15:14:19 +02:00
lang fix: tests green + logout route + smoke test 2026-05-16 11:57:32 +02:00
public feat(ui): blade-heroicons, local fonts, smaller base font, no emoji 2026-05-16 15:13:53 +02:00
resources fix(bug-1): eliminate content-area overlap on hard-reload with collapsed sidebar 2026-05-16 18:55:26 +02:00
routes fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
scripts fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
storage feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
tests fix(sidebar+types): mobile slide animation, close-on-navigate, PHPStan clean 2026-05-16 15:47:17 +02:00
.dockerignore feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
.editorconfig feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
.env.example feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
.gitattributes feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
.gitignore feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
README.md feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
artisan feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
composer.json feat(ui): blade-heroicons, local fonts, smaller base font, no emoji 2026-05-16 15:13:53 +02:00
composer.lock feat(ui): blade-heroicons, local fonts, smaller base font, no emoji 2026-05-16 15:13:53 +02:00
docker-compose.yml chore(vite): remove PostCSS, route HMR through app.nimuli.com 2026-05-16 08:47:25 +02:00
package-lock.json fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
package.json fix: bio public /b/{slug} route + QR types + code cleanup 2026-05-16 16:41:05 +02:00
phpstan.neon fix(quality): PHPStan level 6 compliance, Pint formatting 2026-05-16 08:28:10 +02:00
phpunit.xml fix: tests green + logout route + smoke test 2026-05-16 11:57:32 +02:00
tailwind.config.js feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
vite.config.js feat: Toaster, button-component, 10 new modals, links-page fix, vite-tuning 2026-05-16 13:55:25 +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.