PHP/Laravel – Weekly News Summary – 15/07/2024 to 21/07/2024
#Laravel News A Resize Plugin for Alpine.js Caleb Porzio, creator of Alpine.js, just released a resize plugin that allows you to react easily when an element changes. This is useful for custom s…#News #Alpinejs By Paul Redmond | Jul 15, 2024 API Versioning in Laravel 11 Learn how to version your API in a new Laravel 11 project using the updated application skeleton.#Laravel Tutorials By Paul Redmond | Jul 17, 2024 A guide to Laravel's model events Look at what model events are and how to use them in your Laravel application. We'll also look at how to test your model events and some of the gotcha…#Laravel Tutorials By Ashley Allen | Jul 17, 2024 VS Code Snippets for Livewire and Alpine.js A look at some VS Code Snippets for Livewire and Alpine.js#News By Jason Beggs | Jul 17, 2024 #Freek Dev A package to use Filepond in your Livewire component We’ve published By Freek Van der Herten | Jul 16, 2024 How to test all routes in your Laravel app by writing just a single Pest test We’ve released By Freek Van der Herten | Jul 19, 2024 #Benjamin Crozat How to access and use GPT-4o mini's API, step by step Get started with GPT-4o mini's API in no time thanks to my handy step-by-step guide.#Artificial Intelligence #GPT By Benjamin Crozat | Jul 19, 2024 #Made with Laravel Laravel ImageUp – Image Manipulation & Upload " qcod/laravel-imageup is a trait which gives you auto-upload, resizing and cropping features for images with tons of customization options."#Utility By – | Jul 16, 2024 CodexAtlas – AI powered Code Documentation "CodexAtlas reduces 90% of the manual work on documenting software projects by using the latest advancements in Artificial Intelligence. Connect CodexAtlas to your GitHub, Gitlab or Bitbucket accounts and keep your documentation always up-to-date. CodexAtlas is built using the TALL stack, Python3, Langchain – OpenAI and Llama3."#DevTools #App By – | Jul 16, 2024 Bareconnect – No-code Website Builder "Bareconnect is a no-code platform to create any website from online stores, portfolios to fanpages. It gives you all the features you need to start, scale and manage your business, and to sell digital and physical products. It's built using Laravel / PHP, Vue.js and Bootstrap."#App By – | Jul 20, 2024 Laravel Deploy Operations – Perform Actions during Deployment "This package lets you create specific classes for a one-time or more-time usage, that can be executed automatically after each deployment. Perfect for seeding or updating some data instantly after some database changes, feature updates, or perform any actions."#Utility By – | Jul 20, 2024 #Hashnode How to Use Socialite for Easy Social Media Logins? In today's digital age, providing users with a smooth login experience is critical for every web service. Laravel Socialite makes this process easier by incorporating an elegant OAuth authentication mechanism with a variety of sources, including GitH… By Asadullah | Jul 15, 2024 A Developer’s Guide to Bulletproof Laravel Security Introduction Laravel, an open-source PHP framework, is renowned for its elegant syntax, ease of use, and robust feature set. However, like any web application framework, Laravel can be susceptible to security vulnerabilities if not properly secured. … By Hire Remote Developers | Jul 15, 2024 Mastering Laravel job batching Pt. 1: An overview Introduction In this series of articles, we'll take a look at Laravel job batches and how to take the most out of it. You can jump to other parts via the links below: Laravel batches exploration Pt. 2: Digging deeper and discover the pain point Lar… By Dominique VASSARD | Jul 15, 2024 How MySQL Tuning Dramatically Improves the Drupal Performance MySQL Configuration tuning is an important component of database management implemented by database professionals and administrators. It aims to configure the database to suit its hardware and workload. But beyond the database management sphere, the … By Roman Agabekov | Jul 15, 2024 Stay Updated with PHP/Laravel: Weekly News Summary (08/07/2024-14/07/2024 Intro: Check out this insightful summary of PHP/Laravel Weekly News for July 08th to July 14th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem. Key Points: Laravel Rest Api & Laravel Scout Integ… By Poovarasu Sekar | Jul 15, 2024 Mastering Laravel job batching Pt.2: Job batching and queue Batches are just a bunch of jobs This article is 2nd of the 4-parts series: Mastering Laravel batches In this chapter, we'll have a deeper look on how batches are managed in queues.In order to have a better view on this topic, we'll use Redis queues … By Dominique VASSARD | Jul 16, 2024 Guia para Utilizar as Diretivas @Stack e @Push do Blade no Laravel Podemos carregar conteúdos sob demanda em uma página no Laravel usando as diretivas do Blade @push() e @stack. Se você deseja carregar CSS ou scripts apenas em algumas páginas específicas, @stack e @push são ideais para isso. As diretivas @stack e @p… By Fernando Bezerra | Jul 16, 2024 Simple way to deploy a laravel project with my sql and Nginx on ububtu 24.04 In this session, we will learn how to deploy a laravel back-end project with mysql and Nginx server on Ubuntu. Firstly, you check the project file and carefully read the file named "Read.me" . Then You will understand what types of tools do you insta… By Saiful Islam | Jul 16, 2024 Mastering Laravel job batching Pt. 3: Build our custom batch system Introduction This article is 3rd of the 4-parts series: Mastering Laravel batches In this article, we'll see how we can implement a system allowing to turn any of our job into a batchable one with as minimum code as possible without compromising batc… By Dominique VASSARD | Jul 17, 2024 Mastering Laravel job batching Pt. 4: Refine our custom batch system Introduction This article is the last one of the series: Mastering Laravel batches In the previous article, we built custom system designed to run a progressive batch safely and easily. It works fine