DevDb is a lightweight VS Code extension that provides a database GUI client and displays the data and schema details directly in the editor. It supports SQLite, MySQL, and PostgreSQL, including a zero-config option for easy setup.
2
Laravel News·2y
Dive into the Streamlined Directory Structure in Laravel 11
Laravel 11 introduces a streamlined directory structure with significant updates in the app, config, database, routes, and test directories.
3
Laravel News·2y
Use Model shouldBeStrict when starting a new Laravel app
Learn why turning on Model::shouldBeStrict() is the first thing to do when starting a new Laravel app. It helps prevent basic mistakes and provides instant feedback.
4
Laravel News·2y
Generate Tailwind Utility Stylesheets on Demand with Curlwind
Curlwind is a tool that allows you to generate Tailwind utility stylesheets on demand without the need for node or a build step. It supports wildcards and is useful for niche use-cases.
5
Laravel News·2y
Introducing Filament v3.2
Filament v3.2 introduces new features including CSV/Excel export action, clusters for grouping resources, deferred table filters, unsaved changes alerts, revealable password fields, and more.