Table of Contents


#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 but what we're missing now is an abstraction to al…
By Dominique VASSARD | Jul 17, 2024


As a Google Web Developer, I’d like to introduce my top 5 go-to tools

I’m a Web Developer who has been working at Google for 5 years. I often get asked by other programmers about the differences between working at Google and smaller companies. The biggest difference I’ve noticed is in efficiency. Google prioritizes hig…
By webdev2anythinng | Jul 18, 2024


Understanding PHP Loops: For, While, Do-While Explained with Break and Continue

Today, we will explore loops in PHP, which allow you to execute a block of code multiple times based on certain conditions. Loops are essential for tasks that require repetitive actions, such as iterating through arrays or processing data in batches….
By Saurabh Damale | Jul 18, 2024


Creating E-Commerce: A Beautiful Journey for Developers

In the digital age, e-commerce has become the lifeblood of global retail. As a developer, the journey of creating an e-commerce platform is not just a professional endeavor; it’s an artistic venture, a technical challenge, and a fulfilling experience…
By Vivek Bhandari | Jul 18, 2024


How AI is Transforming Full Stack Development with ReactJS, NodeJS, and Laravel

Introduction
As technology continues to advance at an unprecedented rate, the field of full stack development is evolving to include more sophisticated tools and methodologies. One of the most exciting developments is the integration of Artificial In…
By Hamza Kachachi | Jul 19, 2024


Deploying a Web Application from GitHub to Azure Web App Using CI/CD

INTODUCTION
Deploying a web application from a GitHub repository to an Azure Web App (PaaS) involves several steps. Here’s a comprehensive guide to help you through the process:
Scenario: Let's walk through a specific scenario where you have a web ap…
By Valentine Stephen | Jul 20, 2024


[PHP] DOMElement insert custom HTML using Symfony DomCrawler

In JavaScript, if we want to insert a custom HTML to an element, there is a convenience way that we can set it into the innerHTML.
const el = document.querySelector('.foo');

el.innerHTML = `<div>FOO</div>`;

But in PHP, although there has a DOM Docu…
By Simon Asika | Jul 19, 2024


How to resolve Imagick error when handling large image

When I'm trying to resolve a large image in PHP intervention/image package, sometimes I will receive a "Unable to decode input" error message, this message is too simple and not helpful.
To finding the cause, I found the matched Decoder class, and pr…
By Simon Asika | Jul 19, 2024


Implementing Builder Design Pattern in PHP

Introduction
The Builder Design Pattern is one of the most widely used design patterns in software development. This pattern allows developers to construct complex objects step by step, providing more control over the creation process. In this blog, …
By Kartik Mehta | Jul 20, 2024



#Mastering Laravel

How to enforce all API requests are JSON

Cut down on confusion and support requests
By Joel Clermont | Jul 15, 2024


When would you use validation attributes?

Very useful in specific circumstances
By Joel Clermont | Jul 16, 2024


What does Laravel clean up after each test?

Save yourself some work
By Joel Clermont | Jul 17, 2024


API specs are not just for giant teams

Or external users
By Joel Clermont | Jul 18, 2024


Write command tests in a consistent way

Have one way of doing things
By Joel Clermont | Jul 19, 2024



#Dev.to

Efficient Webhook Handling in Laravel Using Unique Jobs

#webdev #laravel #queuejob #webhook
By Ibrar Hussain | Jul 15, 2024


Using Helper Functions to Convert Markdown to HTML in Laravel 11

#php #laravel #blade #markdown
By websilvercraft | Jul 15, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (08/07/2024-14/07/2024

#php #laravel
By Poovarasu Sekar | Jul 15, 2024


2196. Create Binary Tree From Descriptions

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 15, 2024


Need help!

#flutter #database #laravel #node
By Anshu Sabu | Jul 16, 2024


You need to start learning MySQL right now!

#mysql #database #development #php
By Hugo Valters | Jul 16, 2024


Spaceship operator 🚀 in PHP

#php #operator
By thiCha | Jul 16, 2024


Mastering Middleware in Laravel: An In-Depth Guide

#webdev #laravel #php #beginners
By Cyril Muchemi | Jul 16, 2024


Laravel vs Spring boot: Which is the right framework for you?

#springboot #laravel
By Vaishali | Jul 16, 2024


2096. Step-By-Step Directions From a Binary Tree Node to Another

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 16, 2024


Modernizing Emails: Innovations for Efficient Handling in Distributed Systems

#php #architecture #microservices #webdev
By Kristijan Kanalaš | Jul 17, 2024


Apa itu Laravel Blueprint?

#laravel #blueprint
By Muhammad Mahib Arib | Jul 17, 2024


User-configurable settings in Symfony applications with jbtronics/settings-bundle (Part 3): Migrations and environment variables

#symfony #php #webdev #tutorial
By Jan Böhmer | Jul 17, 2024


How to Create a Telegram Bot Using PHP

#php #telegram #webdev #javascript
By Sh Raj | Jul 17, 2024


Collect feedback via Discord notifications in your Laravel project

#vue #laravel #tutorial
By Capsules Codes | Jul 17, 2024


Laravel Config Problem: Is It Time for a Revolution?

#laravel #php #dx #opensource
By lotyp | Jul 17, 2024


How to Use Laravel Blade Templating Engine with a Pure Vanilla PHP Project?

#devblog #laravel #php #waziridev
By waziri ally amiri | Jul 17, 2024


Easy PHPMailer Tutorial: Build an Email System in No Time [2024] ✉🚀

#php #tutorial #webdev #beginners
By Daniella Elsie E. | Jul 18, 2024


1110. Delete Nodes And Return Forest

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jul 17, 2024


PhpGram – A PHP library for interacting with the Telegram Bot API.

#php #phpgram #telegram #ai
By Sh Raj | Jul 17, 2024


As a Google Web Developer, I’d like to introduce my top 5 go-to tools

#google #webdev #php #sql
By Shemika Donalene | Jul 18, 2024


Apa itu Laravel Filament?

#laravel #filament
By Muhammad Mahib Arib | Jul 18, 2024


How to Create an Professional Blog Using Laravel PHP

#laravel #php #codewithronny #blog
By CodeWithRonny | Jul 18, 2024


Search Algorithms

#webdev #tutorial #php #algorithms
By Ayowande Oluwatosin | Jul 18, 2024


Hosting a simple Laravel application using Turso on Laravel Forge

#laravel #php #sqlite #turso
By Vegard Bjørsvik | Jul 18, 2024


Generate Livewire Unit Test from Created Livewire Components

#livewire #laravel #unittest
By Nasrul Hazim Bin Mohamad | Jul 18, 2024


How to lnstall and Use Composer in PHP Project?

#webdev #beginners #programming #php
By Ghulam Mujtaba | Jul 18, 2024


Why is unserializing an object in PHP a bad idea?

#php #laravel #webdev #beginners
By Denzyl Dick | Jul 19, 2024


The best programming language : PHP ❤️

#php #webdev #javascript #beginners
By Sh Raj | Jul 18, 2024


How to Install and Use Composer Packages in PHP Project?

#webdev #beginners #programming #php
By Ghulam Mujtaba | Jul 18, 2024


Swap variables in PHP using destructuring

#php #programming
By Thomas Haas | Jul 19, 2024


Introducing MVPable: The SaaS Kit to Launch Your Product Fast

#webdev #laravel #tailwindcss #productivity
By Ismael fi | Jul 19, 2024


Build a Tiktok clone with pure CSS and JavaScript

#tiktok #css #javascript #php
By bing | Jul 19, 2024


Magento 2 Slack Notifier Module

#magneto #php #magento2 #slack
By Hamza Hannad | Jul 19, 2024


Laravel Unit Test Exceptions

#webdev #laravel #php #unittest
By Buddhi Eashwarage | Jul 20, 2024


Integrating Cloudflare Workers AI with Laravel Livewire

#laravel #php #livewire #womenintech
By Snehal Rajeev Moon | Jul 20, 2024


Interactive debugging with Symfony Console

#php #symfony #console #testing
By Woody Gilk | Jul 20, 2024


Symfony Station Communiqué — 19 July 2024: A Look at Symfony, Drupal, PHP, Cybersec, and Fediverse News!

#symfony #drupal #php #fediverse
By Reuben Walker, Jr. | Jul 20, 2024


A Story From WordPress to Leadership: A Software Engineer's Journey

#wordpress #php #softwareengineering #management
By Muhamad Sulaiman | Jul 20, 2024


Laravel Developers in the UK: How Much Do They Earn?

#laravel #webportal #webdev #development
By Alex | Jul 21, 2024


My WordPress Template 2024 made from Vite and TypeScript

#wordpress #vite #typescript #php
By Yuichi Nabeshima | Jul 21, 2024



#Ahmad Rosid

How to install Golang in ubuntu with curl?

By Ahmad Rosid | Jul 18, 2024


How to use codemirror legacy modes?

By Ahmad Rosid | Jul 20, 2024



#IT Solution Stuff

Laravel 11 Product Add to Cart Functionality Example

In this tutorial i will show you how to create product add to cart functionality in laravel 11 application. when we work with eCommerce project then we must need to create add to cart function.

In th…..
#Laravel
By Hardik Savani | Jul 18, 2024


How to Install and Use Trix Editor in Laravel 11?

In this article, I will show you how to install and use Trix Editor in laravel 11 application. we will use image upload with trix editor in laravel 11.

Trix Editor is a lightweight, rich text editor …..
#Laravel
By Hardik Savani | Jul 19, 2024


Laravel 11 Custom Forgot Password Tutorial

In this tutorial, I will show you how to create a custom reset password functionality in the laravel 11 application.

Laravel provides its own forget password functionality but if you want to create y…..
#Laravel
By Hardik Savani | Jul 20, 2024



#Lara Info

Laravel Image Upload Not Showing? How to Fix It

#Laravel
By Saim Ansari | Jul 17, 2024


How to Solve ‘Class NumberFormatter not found’ in Laravel

#Laravel
By Saim Ansari | Jul 16, 2024



#Stitcher

HTML 5 support in PHP 8.4

By Brent | Jul 16, 2024


array_find in PHP 8.4

By Brent | Jul 18, 2024


Timeline Taxi: chapter 2

By Brent | Jul 19, 2024