# LaraNotes

## LaraNotes

- [Welcome](https://devsb.gitbook.io/laranotes/welcome.md)
- [Laravel Auth Log](https://devsb.gitbook.io/laranotes/usefull-packages/laravel-auth-log.md)
- [Artisan UI Package](https://devsb.gitbook.io/laranotes/usefull-packages/artisan-ui-package.md)
- [VSCODE Extension](https://devsb.gitbook.io/laranotes/usefull-packages/vscode-extension.md): We don't need phpmyadmin, pgadmin, admin, admin, ..etc. We don't need anymore.
- [Livewire Power Grid](https://devsb.gitbook.io/laranotes/usefull-packages/livewire-power-grid.md)
- [Migration Generator](https://devsb.gitbook.io/laranotes/usefull-packages/migration-generator.md)
- [Larastarters](https://devsb.gitbook.io/laranotes/usefull-packages/larastarters.md)
- [Dumper](https://devsb.gitbook.io/laranotes/usefull-packages/dumper.md): Improve the default output of dump() and dd() in Laravel projects.
- [Mailwind](https://devsb.gitbook.io/laranotes/usefull-packages/mailwind.md): Use Tailwind CSS to design HTML emails.
- [Laravel Security](https://devsb.gitbook.io/laranotes/usefull-packages/laravel-security.md)
- [API Orion](https://devsb.gitbook.io/laranotes/usefull-packages/api-orion.md): The simplest way to create REST API with Laravel
- [Squire](https://devsb.gitbook.io/laranotes/usefull-packages/squire.md)
- [Bladewind ui](https://devsb.gitbook.io/laranotes/usefull-packages/bladewind-ui.md): BladewindUI is a collection of super simple but elegant Laravel blade-based UI components using TailwindCSS and vanilla Javascript. When I decided to move away from JQuery, that indirectly meant I had
- [Pint](https://devsb.gitbook.io/laranotes/usefull-packages/pint.md)
- [Hydra](https://devsb.gitbook.io/laranotes/usefull-packages/hydra.md): Hydra is a zero-config API boilerplate with Laravel 9x and sanctum
- [Laravel Markable](https://devsb.gitbook.io/laranotes/usefull-packages/laravel-markable.md)
- [Chartify](https://devsb.gitbook.io/laranotes/usefull-packages/chartify.md)
- [Laravel Queues](https://devsb.gitbook.io/laranotes/tips/laravel-queues.md)
- [Jobs and Queues 101](https://devsb.gitbook.io/laranotes/tips/laravel-queues/jobs-and-queues-101.md)
- [Pagination](https://devsb.gitbook.io/laranotes/tips/pagination.md): Making pagination with laravel inertia
- [Eager Loading](https://devsb.gitbook.io/laranotes/tips/eager-loading.md)
- [First Contributions](https://devsb.gitbook.io/laranotes/tips/first-contributions.md)
- [Laravel Best Practices](https://devsb.gitbook.io/laranotes/tips/laravel-best-practices.md)
- [Laravel Sail](https://devsb.gitbook.io/laranotes/tips/laravel-sail.md): Add PhpMyAdmin into laravel sail container
- [Laravel Examples](https://devsb.gitbook.io/laranotes/tips/laravel-examples.md)
- [Twitter login with breeze api](https://devsb.gitbook.io/laranotes/tips/twitter-login-with-breeze-api.md): OAuth, Breeze API and NextJs App
- [Deploy Laravel App on AWS](https://devsb.gitbook.io/laranotes/tips/deploy-laravel-app-on-aws.md): How To Install and Configure Laravel with Nginx on Ubuntu 24.04 (LEMP) with PHP 8.2
- [Maool](https://devsb.gitbook.io/laranotes/editor/maool.md): No code Email Editor
- [Tinkerun](https://devsb.gitbook.io/laranotes/editor/tinkerun.md): A new way of running tinker.
- [KIT](https://devsb.gitbook.io/laranotes/editor/kit.md)
- [PHPSandbox](https://devsb.gitbook.io/laranotes/editor/phpsandbox.md): Online development environment for PHP
- [Starship](https://devsb.gitbook.io/laranotes/editor/starship.md): Cross-shell prompt
- [Laravel Cheat Sheet](https://devsb.gitbook.io/laranotes/editor/laravel-cheat-sheet.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://devsb.gitbook.io/laranotes/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
