PHP/Laravel – Weekly News Summary – 26/08/2024 to 01/09/2024
#Laravel News Build a Brand-New PHP Package from Scratch If you're new to PHP and you want to create a PHP package from scratch, let's dive in together see how it's done!#Laravel Tutorials By Paul Redmond | Aug 26, 2024 Lightweight Spreadsheets for Laravel If you're looking for a lightweight package that can read and write spreadsheets, Chris Morrell's Linen project is a lightweight spreadsheet package f…#Laravel Packages By Paul Redmond | Aug 26, 2024 Laracon US 2024 Live from Dallas Laracon US 2024 kicks off today at 9:30 central time! If you aren't at the live venue, Laravel is live-streaming the conference.#News #Laracon By Paul Redmond | Aug 27, 2024 Highlights from Taylor Otwell's Laracon US Keynote 2024 Taylor Otwell gave his keynote address at the end of day one of Laracon US 2024, with many ambitious projects, such as an official VS code extension,…#News #Laracon By Paul Redmond | Aug 28, 2024 Everything We Know about Pest 3 Nuno Maduro was the opening speaker at Laracon US 2024 on Tuesday, unveiling impressive new features for Pest v3.0.#News By Paul Redmond | Aug 29, 2024 Andrew Schmelyun: Publishing Video Courses, Virtual and Physical Worlds, LLM's Eric Barnes interviews Andrew Schmelyun a full-stack developer and content creator#News By Eric L. Barnes | Aug 29, 2024 The Laracon US 2024 Keynote by Taylor Otwell is Now Available If you missed the incredible Laracon US Keynote delivered by Laravel creator Taylor Otwell, you can now watch it in full. Learn about the official VS…#News #Laracon By Paul Redmond | Aug 30, 2024 #Ashallen Design UK Transform Your Business Strategy with a Powerful SWOT Analysis #Business #Sponsored By Zoubir KACI | Aug 29, 2024 #Freek Dev Using Ray inside your Blade views By Spatie | Aug 26, 2024 When everything fails, you can always trust the Laravel rescue helper By Spatie | Aug 27, 2024 Downsampling time series data Learn how to use downsampling to show time series data while providing the right balance between user experience, and performance. By Nicolas Beauvais | Aug 28, 2024 An argument for logging off Some nice thought by Aaron Francis By – | Aug 29, 2024 Laracon US 2024: Laravel 11 Minor Features That Enhance Performance At Laracon US 2024, Taylor Otwell and the Laravel team introduced a series of "minor" features for Laravel 11 that are anything but minor. By Harish Kumar | Aug 30, 2024 #Benjamin Crozat What's new in Pest 3 and how to upgrade Explore the exciting new features in Pest 3, including architecture test presets and simplified upgrading. Learn how to step up your PHP testing game with this awesome update!#PHP By Benjamin Crozat | Aug 27, 2024 A Guide to Architecture Testing Presets in Pest 3 Discover how Pest 3 simplifies architecture testing with pre-configured presets, making it effortless to enforce best practices and maintain code quality in your projects.#PHP By Benjamin Crozat | Aug 28, 2024 Demystifying Artisan: Laravel's Magical Command Tool Artisan is Laravel's command-line interface that can help you streamline your development process. Let's explore its power and how it can boost your productivity.#Laravel By Benjamin Crozat | Aug 30, 2024 #Made with Laravel Orbit – Flat-file Database Driver for Eloquent "Orbit is a flat-file driver for Laravel Eloquent. It allows you to replace your generic database with real files that you can manipulate using the methods you're familiar with."#Utility By – | Aug 28, 2024 Filament Translations – Filament Translation Manager "Manage your translation with DB and cache: You can scan your language tags like trans() , __() , and get the string inside and translate them using UI. Filament Translations is a plugin For FilamentPHP and is built using the TALL stack."#Plugins By – | Aug 28, 2024 Laravel Usage Limiter – Track, Limit & Restrict Usage "A Laravel package to track, limit, and restrict usage limits of users, accounts, or any other model. With this package, you will be able to set limits for your users, track their usages, and restrict users when they hit their maximum usage limits."#Utility By – | Aug 31, 2024 Pulse Docker Monitor – Docker Monitor Card For Laravel Pulse "This card will monitor your Docker containers and show container statistics with CPU & Memory Load."#Plugins By – | Aug 31, 2024 #Hashnode How to Ensure Flawless Code Quality in Docker with Laravel Pint and PHPStan Are you struggling with inconsistent code quality in your Laravel projects? Does your team spend too much time fixing code style issues and hunting down bugs that could have been caught earlier? If these challenges sound familiar, you're not alone. M… By Shital Mainali | Aug 26, 2024 PHP 8.4 có gì m PHP 8.4 sắp ra mắt và trong bài viết này, chúng ta hãy xem những gì đã được công bố cho đến nay và những tính năng mới nào bạn có thể mong đợi. Khi nào PHP 8.4 dự kiến sẽ được phát hành? PHP 8.4 dự kiến sẽ được phát hành vào ngày 21 tháng 11 năm 2024… By | Aug 26, 2024 Stay Updated with PHP/Laravel: Weekly News Summary (19/08/2024-25/08/2024 Intro: Check out this insightful summary of PHP/Laravel Weekly News for August 19th to August 25th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem. Key Points: 🎙️ Laravel Podcast discusses upco… By Poovarasu Sekar | Aug 26, 2024 Mocking Stripe in Laravel with Stripe Mock Server If you've ever tried to test your Stripe integration, you'll know how challenging it can be. The Stripe SDK uses lots of static methods that are hard to fake. I would rather not write my own stubs or dummy classes that get switched out in tests, that… By David Carr | Aug 26, 2024 Laravel Authentication: Using Breeze and Other Methods Introduction Laravel est un framework qui permet de réaliser des progés de grandes envergure. C'est dans cet état d'esprit que j'ai réaliser cet didacticiel pour permettre de savoir installer Breeze. Installation : Pour