Best of Laravel News2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Fast and beautiful database client

    Bolt SQL is a fast and beautiful database client that focuses on speed, cloud integration, and real-time collaboration. It offers features like friendly GUI, tracking-free operation, shared workspaces, and charting. The Bolt SQL team plans to integrate chatGPT and other LLMs, add more charting options and a dashboard builder, support advanced filters for the table view, and include more database drivers in the future.

  2. 2
    Article
    Avatar of lnLaravel News·3y

    Make iTerm2 look fantastic

    Eric L. Barnes Nuno Maduro has a new video tutorial on his YouTube showing how he makes his terminal look amazing. Make iTerm2 look fantastic.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    The Ultimate "git nah" Alias

    A developer shares a 'git nah' alias that provides a fresh start by cleaning and aborting any potential rebase.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    FrankenPHP v1.0 is Here

    FrankenPHP v1.0 is a modern PHP application server written in Go. It provides a production-grade PHP server with native support for Symphony, Laravel, WordPress, and more. It includes features like easy deploy, extensibility, worker mode, real-time events, compression, logging, monitoring, HTTPS support, and graceful release.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Tailwind CSS: It looks awful, and it works

    Adam Wathan explains why 'separation of concerns' isn't the right way to think about the relationship between HTML and CSS. He also shares tips, tricks, and best practices for using Tailwind CSS effectively.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    GitHub Contributions Generator

    The GitHub Contributions Generator is a tool that allows users to see their GitHub contributions in one image. Users can choose their theme and enter their GitHub username to generate a downloadable image representing their contributions over time.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Laravel Blade & Tailwind CSS UI Component Library

    Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS. It offers over 30 professionally designed components and a proprietary theme and variant systems. You can get started for free by installing Turbine UI via Composer.

  8. 8
    Article
    Avatar of lnLaravel News·3y

    Laravel Htmx

    Laravel htmx is a package that provides a nice way of working with htmx, a library that allows you to access modern browser features directly from HTML. The package outlines features such as Htmx Request, Htmx Response, and rendering Blade fragments with htmx.

  9. 9
    Article
    Avatar of lnLaravel News·3y

    Filament v3 just launched

    Filament v3 just launched and includes many new features, a completely refreshed UI, a new website, Livewire 3 support, and more. Some of the new features include: Action modals everywhere. Open modals and slide-overs from any button on the page.

  10. 10
    Article
    Avatar of lnLaravel News·3y

    Pines: An Alpine and Tailwind UI Library

    Pines is a library of animations, sliders, tooltips, accordions, modals, and more! It's a set of UI elements that can be copied and pasted into any Alpine and Tailwind projects. To get started with Pines UI, check out the official website and documentation.

  11. 11
    Article
    Avatar of lnLaravel News·2y

    A New Performance Monitoring Tool for Laravel Apps

    Laravel Pulse is a free and open source performance monitoring tool for Laravel apps. It provides aggregate performance data, including system stats, application usage, slow routes, slow jobs, slow queries, exceptions, cache hits/misses, and outgoing request times. It is self-hosted, works anywhere Laravel runs, and has a responsive UI. Pulse is lean and production-ready compared to Laravel Telescope. It offers customization options for the dashboard, and the official release is expected soon.

  12. 12
    Article
    Avatar of lnLaravel News·2y

    90 Laravel Tutorials, Packages, and Resources from 2023

    A compilation of 90 Laravel tutorials, packages, and resources from 2023.

  13. 13
    Article
    Avatar of lnLaravel News·3y

    Laravel Ecommerce with Lunar PHP

    Lunar PHP is a Laravel ecommerce package, with an administrative hub, and a soon-to-be-released API. In this video, let's go through setting up a starter kit and exploring some of its features. The future promises to bring even more enhancements to the table.

  14. 14
    Article
    Avatar of lnLaravel News·3y

    PHPSandbox - Build, Prototype, and share PHP apps in seconds

    PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment. The base plan is free, and they have an upgraded professional plan for $6 a month, including private repos, email captures, and more.

  15. 15
    Article
    Avatar of lnLaravel News·3y

    PHP 8.3 is released with typed class constants, a json_validate function, and more

    PHP 8.3 has been released with new features including typed class constants, the json_validate() function, and dynamic constant fetch.

  16. 16
    Article
    Avatar of lnLaravel News·3y

    AI-powered Tools for Developers - From Code to Completion

    AI-powered Tools for Developers - From Code to Completion - Laravel News DocuWriter.ai provides you with a bunch of tools to generate Code documentation, Tests, and Code Refactors from your source code files. Just upload your code, and we'll do the rest. Save time, efforts and get your Code Documentation always updated.

  17. 17
    Article
    Avatar of lnLaravel News·2y

    How to process large CSV files with Laravel

    Learn how to process large CSV files with Laravel using Simple Excel by Spatie. Use Laravel Jobs to manage the CSV processing and chunk the CSV file for better performance. Insert each chunk into the database for easier processing.

  18. 18
    Article
    Avatar of lnLaravel News·3y

    NativePHP Tutorial: Building a Mac MenuBar application

    NativePHP allows us Laravel Devs to leverage all the working knowledge we already have with Laravel to build native Mac, Windows, and Linux applications. This is kinda like sorcery if you think about it - web technologies to build out a 'native' application.

  19. 19
    Article
    Avatar of lnLaravel News·3y

    Flaky for Laravel

    Flaky for Laravel is a package by Aaron Francis that helps handle intermittent failures caused by unreliable third parties. It provides various time-based methods, count-based failures, immediate retries, reporting failures, and more.

  20. 20
    Article
    Avatar of lnLaravel News·3y

    Svelte by Example

    Svelte by Example is a succinct introduction to Svelte & SvelteKit, providing code examples and explanations on various topics related to Svelte. It is designed to help readers get familiar with both Svelte and SvelteKit.

  21. 21
    Article
    Avatar of lnLaravel News·3y

    Support for Bun lands in Laravel Sail

    support for Bun lands in Laravel Sail. Bun is a new all-in-one toolkit for JavaScript and TypeScript apps that ships with a single executable. Thebunx runs an NPM package executable and automatically installs the package to a global shared cache if not installed in.

  22. 22
    Article
    Avatar of lnLaravel News·3y

    Livewire v3 Has Been Released

    Livewire v3 has been released. Caleb Porzio demoed a ton of the new features in his talk at Laracon. The core of Livewire has been totally rewritten from scratch. The new core architecture will also be much easier to maintain for Caleb and the Livewire core contributors.

  23. 23
    Article
    Avatar of lnLaravel News·3y

    MongoDB Laravel Integration Now Officially Supported

    MongoDB has officially taken over development of the community-driven MongoDB integration for Laravel framework, offering Eloquent models, query builders, and transactions for PHP developers. The latest release supports Laravel 10.

  24. 24
    Article
    Avatar of lnLaravel News·3y

    Generate Apis with ease with Laravel Rest Api

    Generate Apis with ease with Laravel Rest Api. Installing the package using composer: To start using the package, you have a quick start command setting you up a full support API around the User model. This command will generate the and classes and register them in your route file.

  25. 25
    Article
    Avatar of lnLaravel News·3y

    Laravel API Toolkit

    Laravel API Toolkit supercharges your API development with standardized responses, dynamic pagination, and more. Using the provided Artisan command, you can easily generate all the key files needed. Filtering is another useful feature in this package, giving you the ability to define which fields you can filter on.