> For the complete documentation index, see [llms.txt](https://devsb.gitbook.io/laranotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devsb.gitbook.io/laranotes/usefull-packages.md).

# Usefull Packages

- [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)


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://devsb.gitbook.io/laranotes/usefull-packages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
