#Laravel News
Pest 3 is released!
We are excited to announce that the Pest team has released Pest 3! Get started with mutation testing today and level up your existing projects by find…
#News #Pest
By Paul Redmond | Sep 10, 2024
UnoPim is a Product Information Management System Built With Laravel
UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. You can use it to organize, manage, and enrich pr…
#Laravel Packages
By Paul Redmond | Sep 10, 2024
Laracon US Keynote Framework Updates Are Now In Laravel 11.23
The Laravel team released v11.23 this week, with the Laracon US 2024 open-source updates like defer(), concurrency, contextual container attritubes, a…
#News #Laravel Releases
By Paul Redmond | Sep 12, 2024
Ben Holmen: Building Connections and Friendships through Pair Programming with Strangers
Ben Holman discusses his new project called the Pair-amid Scheme, which involves pairing with strangers to work on programming projects.
#Interviews
By Eric L. Barnes | Sep 12, 2024
Laravel Herd Adds Forge Integration, Dump Updates, and More in v1.11
Laravel Herd released v1.11.0 this week, a significant update that includes Laravel Forge integration, sharing Herd project configuration across a tea…
#News #Herd
By Paul Redmond | Sep 13, 2024
#Laravel Blogs
Herd 1.11 Now Available
We're thrilled to announce the next big step for Laravel Herd, making the best development environment for macOS and Windows users even better. This update ships an integration with Laravel Forge, a profiler, a way to store your project configuration in your repository, and massive improvements for the dump debugger.
By Taylor Otwell | Sep 12, 2024
#Ashallen Design UK
Free Tool: Freelance Rate Calculator
#Business #Freelancing
By Ashley Allen | Sep 09, 2024
Review: Advanced Inertia
#Books #JavaScript #Laravel #Web Development
By Ashley Allen | Sep 12, 2024
#Freek Dev
Vue 3.5 Released: New features and improvements
Vue 3.5 has just dropped this week, and it's packed with some nice features and improvements. I have been digging through the release notes and playing around with the new features, so let me glance over the highlights!
By Pascal Baljet | Sep 09, 2024
Handling large JSON payloads and extending the Request class
See how to easily modify and override methods found in the framework's Request class in order to handle specific routes with sizeable payloads.
By Goran Popović | Sep 10, 2024
Ray's architecture: how we structure an Electron app
By Spatie | Sep 11, 2024
Top 10 PHP Features You Can Use in 2024
By Karan Datwani | Sep 12, 2024
#Made with Laravel
Prezet – Markdown Blogging for Laravel
"Transform your markdown files into SEO-friendly blogs, articles, and documentation with Prezet.
Including built in automatic image optimization, dynamic tables of contents, validated front matter DTOs, and integrated Blade components."
#Boilerplate
By – | Sep 11, 2024
Reading Laravel – Video Series On Reading the Laravel Framework Code
"Video series on reading the Laravel framework code. We read, think about concepts and write some code to test / better understand ideas."
#Tutorials
By – | Sep 11, 2024
Domain Monitor – Domain & Website Monitoring Tool
"Experiencing website downtime? How about email deliverability issues? Finding it hard to keep track of upcoming domain expirations, ssl expirations, maybe your website's domain DNS records change?
Domain Monitor is the all-in-one tool that allows website owners, team members and developers to monitor all of this and more in one place. Domain Monitor offers a freemium and premium set of features to match to both the individual and commercial user. Get notified through SMS, email and other notification channels of issues and take action on these insights.
Domain Monitor launched in September 2020, and since then has grown and is continuing to grow, we're almost at 10,000 customers!
Domain Monitor uses Laravel as an API that serves a Nuxt JS front-end. We use a lot of the first party Laravel packages from the likes of Cashier, Sanctum, Fortify and more. We've always used Laravel Shift, and have been updating every year since its launch over 4 years through each major Laravel version!"
#DevTools #App
By – | Sep 12, 2024
InnoShop – Open-source E-Commerce System
"InnoShop is an innovative open-source e-commerce platform integrated with AI technology, multi-language support, in-depth data analysis, and customizable features.
It provides global merchants with an efficient, flexible, and user-friendly online sales and marketing solution.
InnoShop is based on Laravel 11."
#Boilerplate
By – | Sep 15, 2024
#Laravel Magazine
Boost Performance with Smarter Caching: Cache::flexible()
One of the standout features introduced in Laravel 11 is the new…
#Laravel
By Marian | Sep 09, 2024
#Hashnode
Asynchronous Tasks Made Easy with Laravel Terminable Middleware
Introduction
Hi Folks, as developers, we often encounter situations where we need to perform tasks that take a significant amount of time, such as scraping data from social media or indexing large datasets. However, we don't want to keep our users wa…
By Saravana Sai | Sep 09, 2024
Are you on Founder mode?
Hi everyone, how's it going? Can you believe it? Christmas is only 15 weeks away, and we're already in the "ber" months!
By the way, I hope you enjoyed my first issue. If you haven't had a chance to read it yet, here's the link:
https://www.linkedin….
By Haimantika Mitra | Sep 09, 2024
6 reasons why You Should Learn Laravel/Livewire Over Next.js
NextJs is a framework that unlike Laravel/Livewire is very underrated.
Like many noobs I learned HTML, CSS and JS to do from simple, YET elegant websites to learn NodeJS, React and NextJs to make complex web applications. Without forgetting to hate t…
By Soulis | Sep 09, 2024
An Easy Framework For Learning Web Development with Laravel
I have been practicing web development with Laravel for 5yrs.
Along the way, I have done various things to improve:
I read the book Laravel: Up & Running: A Framework for Building Modern PHP Apps (3rd Edition) by Matt Stauffer.
I listened to the Hors…
By Soulis | Sep 09, 2024
Top 10 PHP Features You Can Use in 2024
Hey PHP fans! This article highlights some excellent new features of our favorite scripting language. Whether you're a seasoned pro or just starting out, these will make your coding life easier and more fun. Let's dive into the top PHP features you c…
By Karan Datwani | Sep 09, 2024
How to Search in a PHP Associative Array – Fast tips
Associative arrays are a fundamental data structure in PHP, allowing developers to store key-value pairs. They are versatile and commonly used to represent structured data. Searching for specific elements within a PHP associative array is a common ta…
By Valerio | Sep 09, 2024
Installing Laravel
Welcome 👋🏽
It's good to see you again. In this article, we will go through how to set up your PC to use Laravel, and we'll look at some VS Code extensions that will enhance your development process. Let's go!
Set-Up 👩🏽💻
To get Laravel to work o…
By M'mah Zombo | Sep 09, 2024
Effortlessly Manage Laravel Apps Using Forge
For someone who develops web applications using PHP and frameworks like Laravel, the development part is easy. However, when it comes to server management and deployment, they might not have experience with deploying apps on servers like AWS, Google …
By Tran Tuan | Sep 10, 2024
Write A Program To reverse an array without using a predefined function in php.
Let’s Assume $a = Array (1, 10, 6, 8, 9, 101, 56);
<?php
$a =Array (1, 10, 6, 8, 9, 101, 56);
$n = 0 ;
foreach($a as $value){
$n++;
}
for($i = 1 ; $i <$n ; $i ++){
for($j = 0 ; $j < $n -$i ; $j++){
if( $a[$j] > $a[$j+1] ){
…
By Ankit Maurya | Sep 10, 2024
Stay Updated with PHP/Laravel: Weekly News Summary (02/09/2024-08/09/2024
Intro: Check out this insightful summary of PHP/Laravel Weekly News for September 02nd to September 08th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem.
Key Points:
📊 Generate ER Diagrams in L…
By Poovarasu Sekar | Sep 11, 2024
Getting Started with Laravel: Genesis Starter Kit Overview
Laravel is a powerful and elegant PHP framework designed for web artisans. It simplifies common tasks such as routing, authentication, and caching, making web development more enjoyable and efficient. One of the tools that can help you get started qu…
By Tran Tuan | Sep 11, 2024
How to reuse database queries in Laravel
Often in database heavy applications in Laravel, we have numerous database queries to fetch various types of data. You might use them in controllers, services, console commands, admins, and other pieces of code. Often these queries are not organized …
By Mayank Jani | Sep 11, 2024
What’s New in Laravel 11: Key Updates You Need to Know
Laravel is a highly popular PHP framework, consistently chosen by many developers worldwide for its efficient web development capabilities. It adheres to the Model-View-Controller (MVC) architecture for organized and scalable project structures.
Lar…
By Aman jain | Sep 11, 2024
How to monitor Guzzle Http Client – PHP Fast tips
Guzzle is a popular PHP HTTP client that makes it easy to send HTTP requests and create web service libraries. The most popular PHP frameworks provides an internal Http Client service, and they are simply a customized implementation of the Guzzle Htt…
By Valerio | Sep 11, 2024
Django vs Laravel! Which to choose for your next project?
I have been writing PHP since I first started programming. It's always been a very flexible and easy-to-use language that grows with you, and coupled with Laravel, you’ve got a gem of beauty, a super-charged modern framework that’s flexible, clean, a…
By Kevin Naidoo | Sep 11, 2024
Setting Up a LAMP Stack on AWS EC2 with Ubuntu
In this guide, we'll walk you through the process of setting up a LAMP stack (Linux, Apache, MySQL, PHP) on an AWS EC2 instance using Ubuntu 24. This step-by-step tutorial is perfect for those looking to deploy a web server in the cloud, enabling the…
By Engr. Animashaun Fisayo Michael | Sep 11, 2024
How to Install and Configure a Laravel 11 Project from Scratch
Introduction
Brief Overview of Laravel
Welcome to the world of Laravel, a powerful PHP framework that enables you to create strong web applications effortlessly. Whether you have experience or are new, it is important to set up Laravel properly for …
By Aman jain | Sep 11, 2024
Integration tests on Symfony with Testcontainers
Disclaimer: I'm not a divine entity. What I say is not an absolute truth. Don't be afraid to question even the world, because it might be wrong, not you.
Today isn't a secret for nobody the importance of automated tests for keeping quality and integr…
By Joubert RedRat | Sep 12, 2024
weekly post ~ sep 2nd – sep 9th
Soooo. This week I was supposed to keep working on my Chemistry 2048 game buuuut, I was really annoyed bc I messed up the settings screen and now I have to add it to alllll of the levels again along with the how-to-play screen so I rage quit for the …
By Zorayah Jackson | Sep 09, 2024
Data Transfer Objects (DTOs) in PHP
Lets say, we have a news website and we want to display news which are nearby to the user. First we need to get the user’s location via an API and then pass it to the database query. We can use the API from https://ip-api.com
class IpApi{
public …
By Mayank Jani | Sep 13, 2024
The Ultimate Guide to Mastering Laravel Macros for Developers
Introduction
Laravel macros are a hidden gem in the Laravel framework that can dramatically improve your development experience. What precisely are they, and why should you care? Let’s look at Laravel macros and how they can help your development pro…
By Aman jain | Sep 13, 2024
Deploying a LEMP Stack on AWS EC2: A Step-by-Step Guide
The LEMP stack is a popular group of open-source software that powers dynamic websites and web applications. It stands for Linux, Nginx (pronounced Engine-X), MySQL, and PHP. If you're familiar with the LAMP stack (which uses Apache instead of Nginx)…
By Engr. Animashaun Fisayo Michael | Sep 13, 2024
[Resolved] Integrity constraint violation – Fast tips
If you are dealing with the error: "Integrity constraint violation: Cannot add or update a child row: a foreign key constraint fails", you are in the right article.
For more technical articles you can follow me on Linkedin or X. I post about buildin…
By Valerio | Sep 14, 2024
Implementing OAuth 2.0 Authentication in PHP Web Applications
Introduction
OAuth 2.0 is a widely adopted authorization framework that allows applications to securely access resources on behalf of a user without exposing their credentials. It is commonly used to enable third-party logins through providers like G…
By Victor Uzoagba | Sep 14, 2024
Digging the new Concurrency Facade from Laravel & the Early Review
Hey guys,
From LaraconUS 2024, Taylor shared with us a lot of cool stuff. From the code, and the framework to the infrastructure. PHP and Laravel are getting hot more than ever 🔥
A new Facade has been shared & released in the latest version: the Con…
By Seth Chen | Sep 15, 2024
A Critical Look at Modern Web Frameworks
In recent years, the landscape of web development has seen a proliferation of frameworks and libraries. However, upon closer examination, many of these tools lack the comprehensive feature set traditionally associated with full-stack web frameworks. …
By Brandon Lazenby | Sep 15, 2024
API Versioning in Laravel 11
Why Version Your Laravel App?
As a backend engineer, versioning your app is an essential workflow in development. It allows you to make necessary updates without disrupting existing environments or breaking earlier versions of your API. Versioning al…
By Mustapha Abdul-Rasaq (Geekmaros) | Sep 15, 2024
Understanding the Laravel Life Cycle
Before you start with a Laravel project, it's great to get a sense of how Laravel operates behind the scenes. Knowing the journey of a request, from clicking a button to how Laravel processes it step by step, can boost your confidence. This understan…
By Aman jain | Sep 15, 2024
#Dev.to
Symfony Station Communiqué — 06 September 2024: A Look at Symfony, Drupal, PHP, Cybersec, and Fediverse News!
#symfony #drupal #php #typo3
By Reuben Walker, Jr. | Sep 09, 2024
How to Build a Real-Time Chat App With Laravel, Vue.js, and Pusher
#laravel #vue #beginners #webdev
By dami | Sep 09, 2024
How to organize your Laravel 11 Project in 2024
#laravel #php
By Víctor Falcón | Sep 09, 2024
The fastest way to deploy PHP7.4 in 2024 — Servbay
#php #laravel #webdev #lowcode
By westtan | Sep 09, 2024
Is it Preptember yet?
#opensource #hacktoberfest #php #community
By Giuliano1993 | Sep 09, 2024
Optimización web con ETags. Ejemplo con WordPress
#spanish #wordpress #php #webperf
By Manuel Canga | Sep 09, 2024
Web Optimization with ETags: An Example with WordPress
#php #wordpress #webperf #performance
By Manuel Canga | Sep 09, 2024
Top 10 PHP Features You Can Use in 2024
#php #laravel #webdev #programming
By Karan Datwani | Sep 09, 2024
Limit Eager Loaded Relationships on Laravel Models
#laravel #webdev #php
By Ash Allen | Sep 09, 2024
Laravel Password Hashing With Salt
#laravel #php #programming #webdev
By Valerio | Sep 09, 2024
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'planner_v2_be.role_user' doesn't exist
#laravel #spatie #webdev #beginners
By Sospeter Mong'are | Sep 09, 2024
PHP and Frontend Integration: Bridging the Gap for Dynamic Web Applications | Julio Herrera Via dei Velutini
#php #webdev #javascript #beginners
By Julio Herrera Viadei Velutini | Sep 09, 2024
Comprendre le Pattern Design Factory en PHP avec Symfony
#webdev #designpatterns #todayilearned #php
By TechniveK | Sep 09, 2024
PHPStan: Improve the Quality of Your PHP Code
#php #code #tutorial #webdev
By Walter Nascimento | Sep 09, 2024
Understanding MySQL CPU Usage: Tools and Techniques
#webdev #mysql #php #laravel
By Roman Agabekov | Sep 09, 2024
Déploiement d’un Projet Laravel sur Vercel et Astuces pour Gérer les Fichiers JS et CSS
#laravel #vercel #deploiement #tailwindcss
By Fabrice | Sep 09, 2024
Why PHP 8 Has High Performance
#programming #php #webdev #beginners
By ServBay | Sep 09, 2024
Why PHP 8 Has High Performance
#programming #php #webdev #beginners
By ServBay | Sep 09, 2024
Simplifier la gestion des comportements avec le Pattern Strategy en PHP et Symfony
#designpatterns #softwareengineering #php #todayilearned
By TechniveK | Sep 09, 2024
Centralize your notification and job handling
#laravel #php #programming #tutorial
By Sospeter Mong'are | Sep 09, 2024
Understanding PHP Metaprogramming: Dynamic Code Manipulation
#php #tutorial #backend #web
By MD ARIFUL HAQUE | Sep 09, 2024
2326. Spiral Matrix IV
#php #algorithms #programming #leetcode
By MD ARIFUL HAQUE | Sep 09, 2024
Top Benefits of Having a Website
#hirewebdevelopers #php #laravel #webdev
By Kelia Ewart | Sep 10, 2024
Optimizing and Cleaning Up Your WordPress Database: A DIY Guide
#wordpress #php
By Drazen Bebic | Sep 10, 2024
2807. Insert Greatest Common Divisors in Linked List
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 10, 2024
A New Era for Laravel: $57 Million Series A Funding with Accel – Here’s Why It’s a Game Changer!
#laravel #php #development #webdev
By Saurabh Dhariwal | Sep 10, 2024
Run WordPress locally using Docker!
#wordpress #docker #php #webdev
By Savvas Stephanides | Sep 10, 2024
Understanding Laravel Middleware: A Deep Dive into Laravel 11's New Approach
#backend #laravel #php #programming
By Mohammad Naim | Sep 10, 2024
PHP 8.4 – Discover the Latest and Greatest
#php #php84
By Isha Baral | Sep 10, 2024
Understanding the final Keyword in PHP: Preventing Inheritance and Overriding
#webdev #php #beginners #programming
By Al Amin | Sep 10, 2024
Craft Emails with Laravel, Vue and Tailwind using Inertia Mailable
#vue #laravel #tailwindcss #tutorial
By Capsules Codes | Sep 10, 2024
Need help with google places api
#googlecloud #css #php #javascript
By kannan2004-cre | Sep 10, 2024
Understanding Access Modifiers in PHP OOP: Public, Protected, and Private
#php #oop #webdev #coding
By Al Amin | Sep 11, 2024
Pourquoi Laravel Livewire Table est un meilleur choix que DataTables ???
#laravel #datatables #livewire #php
By Fabrice | Sep 11, 2024
Install ASDF on Mageia 9
#asdf #php #linux #mageia
By Jean Dias | Sep 11, 2024
What is the process to Sign In with Apple with laravel?
#socialitelogin #laravel #socialiteproviders #swift
By Al-Amin Islam | Sep 11, 2024
Stay Updated with PHP/Laravel: Weekly News Summary (02/09/2024-08/09/2024
#php #laravel
By Poovarasu Sekar | Sep 11, 2024
Audit login and logout of the users using owen-it/laravel-auditing Package
#auditing #laravel #tutorial #beginners
By Sospeter Mong'are | Sep 11, 2024
2220. Minimum Bit Flips to Convert Number
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 11, 2024
The Fastest Way to Deploy PHP 8.0 in 2024
#php #laravel #webdev #docker
By zakeeeer | Sep 11, 2024
Rapid Deployment of PHP 8.1 in 2024
#php #laravel #webdev
By proprzzzz | Sep 11, 2024
Laravel Livewire: What it is, and how to use it in your web app
#laravel #webdev #php #livewire
By Valerio | Sep 11, 2024
Creating my first PHP Package
#php #programming #opensource #console
By Christos Koumpis | Sep 11, 2024
Using the `InteractsWithUuid` Trait to Manage UUIDs in Laravel
#laravel
By Nasrul Hazim Bin Mohamad | Sep 12, 2024
Enhancing Laravel Models with a Case-Insensitive Searchable Trait
#laravel #database #sql
By Nasrul Hazim Bin Mohamad | Sep 12, 2024
Integration tests on Symfony with Testcontainers
#testcontainers #php #testing #symfony
By Joubert RedRat | Sep 12, 2024
The new Cache::flexible() of Laravel
#webdev #php #laravel
By Kachkol Asa | Sep 12, 2024
Como Instalar o Maizzle no Laravel
#maizzle #laravel
By Gabriel Moura | Sep 12, 2024
CraftCMS Launchpad – interactive CraftCMS demos in your browser
#craftcms #php #gitpod #docker
By Matthias Andrasch | Sep 12, 2024
The Fastest Way to Deploy PHP 8.3 in 2024
#webdev #php #laravel #docker
By stencil1880 | Sep 12, 2024
Optimizing Large-Scale API Data Retrieval: Best Practices and PHP Lazy Collection Solution
#php #api #performance #tutorial
By Roberto B. | Sep 12, 2024
Quick Deployment of PHP 8.2 in 2024
#webdev #php #laravel
By creation1 | Sep 12, 2024
10+ Tips for Code Optimization and Performance Improvement in Laravel
#laravel #php #webdev #performance
By Harish Kumar S | Sep 12, 2024
Le Design Pattern Observer : un système de notification puissant
#softwareengineering #designpatterns #php #todayilearned
By TechniveK | Sep 12, 2024
Découverte de l'Architecture Hexagonale : pour un code robuste et évolutif
#softwareengineering #cleanarchi #php #todayilearned
By TechniveK | Sep 12, 2024
Simplifier la gestion des permissions avec le Pattern Decorator en PHP et Symfony
#designpatterns #php #todayilearned #softwareengineering
By TechniveK | Sep 10, 2024
Create a new Laravel project in seconds using Docker!
#laravel #php #web #docker
By Savvas Stephanides | Sep 12, 2024
A Guide to Top API Testing Tools in 2024
#postman #java #php #api
By William | Sep 12, 2024
Understanding Static Members in PHP
#php #webdev #oop #programming
By Al Amin | Sep 12, 2024
1684. Count the Number of Consistent Strings
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 12, 2024
Building a Pokémon API in PHP: A Beginner's Guide
#api #php #flightphp #beginners
By n0nag0n | Sep 12, 2024
FrankenPHP: The Modern PHP App Server, written in Go
#php #frankenphp #laravel #symfony
By Aboozar Ghaffari | Sep 13, 2024
github CI/CD Pipeline with Laravel
#laravel #php #docker #developers
By Shahariar Ikbal | Sep 13, 2024
Authorization In Laravel – A Beginner's Guide
#webdev #php #laravel #security
By Mohammad Kareem | Sep 13, 2024
PHP vs Python: The Great Web Development Duel | Optimity Logics
#webdev #php #python #web
By Optimity Logics | Sep 13, 2024
Cursor AI Editor vs PhpStorm – a quick Laravel comparison
#ai #cursor #phpstorm #laravel
By CodeWithCaen | Sep 13, 2024
10 Laravel Project Ideas For Beginners to Advanced Level in 2024
#laravel #php #webdev
By Serg | Sep 13, 2024
Wrote a book (And it is not about coding, and yeap it is in Greek)
#howto #php #phpunit
By Dimitrios Desyllas | Sep 13, 2024
Answer: How I can run specific phinx seeder and get the generated records in phpunit?
#php #howto
By Dimitrios Desyllas | Sep 13, 2024
New PHP Package: Discord Table Builder
#php #discord #programming
By Martijn Smit | Sep 13, 2024
Payment Gateway and Shipping Integrator
#php #automation #payment
By Sam | Sep 13, 2024
1310. XOR Queries of a Subarray
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 13, 2024
Receive payments easily using Stripe and PHP
#stripe #php #payments #integration
By Nacho Colomina Torregrosa | Sep 12, 2024
MY PHP MVC
#php #mvc
By Cláudio Oliveira | Sep 13, 2024
How to set up an Apache2 virtual host with Laravel on Ubuntu
#laravel #ubuntu
By Jrius Kaxibwe | Sep 13, 2024
🚀 Introducing FetchPHP: A Simple, Powerful HTTP Library for PHP, Inspired by JavaScript’s fetch API
#webdev #php #http #javascript
By Jerome Thayananthajothy | Sep 14, 2024
Exploring Concurrency and Parallelism in PHP: Hands-On Tutorials and Tips
#php #tutorial #backend #programming
By MD ARIFUL HAQUE | Sep 14, 2024
Zero Configuration laravel Role Permission Setup 🔥🤩
#laravel #php #opensource #webdev
By Er Amit Gupta | Sep 14, 2024
Advanced Layout Setup for Laravel Applications 🔥
#webdev #laravel #php #opensource
By Er Amit Gupta | Sep 14, 2024
Guide to Integrating Google Places Autocomplete in Laravel
#php #laravel #tutorial #webdev
By MD ARIFUL HAQUE | Sep 14, 2024
Securing PHP Applications Against SQL Injection Attacks
#php #sql #tutorial #backend
By MD ARIFUL HAQUE | Sep 14, 2024
Database Schema Management in Laravel Using Migrations: An In-Depth Tutorial
#laravel #php #tutorial #backend
By MD ARIFUL HAQUE | Sep 14, 2024
Slim and Flight PHP Framework Comparison
#php #beginners #flightphp #slimframework
By Lawrence Cooke | Sep 14, 2024
2419. Longest Subarray With Maximum Bitwise AND
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 14, 2024
Maîtriser les principes SOLID : pour un code propre et performant
#softwareengineering #solidprinciples #php #todayilearned
By TechniveK | Sep 14, 2024
Herd 1.11: What's new
#webdev #laravel #php
By Kachkol Asa | Sep 14, 2024
Laravel and NextJs
#laravel #nextjs
By Arifin | Sep 13, 2024
Laravel Auth Routes Tutorial
#laravel #webdev #php
By Valerio | Sep 14, 2024
Step-by-Step: Deploy Laravel App to Cloud (AWS, Google, Azure, DigitalOcean) with CI/CD Using GitHub Actions/GitLab CI
#php #laravel #devops #webdev
By MD ARIFUL HAQUE | Sep 14, 2024
Laravel Auth Routes Tutorial
#laravel #php
By Kavya Sahai | Sep 15, 2024
Flashing Message in Laravel
#laravel
By Fadli Hidayatullah | Sep 15, 2024
1371. Find the Longest Substring Containing Vowels in Even Counts
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 15, 2024
#Amit Merchant
Simplifying View Logic with Laravel Blade's Service Injection
Laravel's Blade templating engine is known for its simplicity and power. One of its lesser-known but incredibly useful features is service injection. This feature allows you to directly inject services into your Blade views, reducing the need to pass data through controllers. Let's explore how you
By Harris Raftopoulos | Sep 09, 2024
Mastering Blade Stacks: Organizing Your Laravel Views with Precision
In the world of Laravel development, organizing your views efficiently can significantly improve your code's maintainability and flexibility. One powerful feature that Laravel's Blade templating engine offers for this purpose is "stacks". Let's dive into how you can leverage Blade stacks to
By Harris Raftopoulos | Sep 09, 2024
Enhancing Frontend Interactivity with Laravel Blade Fragments
In modern web development, creating interactive user interfaces often requires updating only portions of a page. Laravel's Blade Fragments feature provides an elegant solution for this, allowing you to return specific sections of your Blade templates in response to requests. This is particularly useful when working with frontend
By Harris Raftopoulos | Sep 10, 2024
Streamlining View Logic with Laravel View Composers
In Laravel applications, you often find yourself passing the same data to multiple views. This can lead to repetitive controller code and potential inconsistencies. Laravel's View Composers offer an elegant solution to this problem, allowing you to organize and manage view-specific logic more efficiently.Understanding View ComposersView
By Harris Raftopoulos | Sep 10, 2024
Securing Your Laravel App Behind Load Balancers: Mastering the TrustProxies Middleware
When running Laravel applications behind load balancers or reverse proxies, you might encounter issues with HTTPS detection or incorrect client IP addresses. Laravel's TrustProxies middleware provides a solution to these problems, ensuring your application works correctly in various deployment scenarios.Understanding the Need for TrustProxiesWhen your Laravel
By Harris Raftopoulos | Sep 11, 2024
Enhancing Command Execution with Laravel's Isolatable Interface
In complex Laravel applications, managing the execution of Artisan commands can sometimes be challenging, especially when dealing with long-running tasks or operations that should not overlap. Laravel's Isolatable interface provides a powerful solution to ensure that only one instance of a command can run at a time. Let&
By Harris Raftopoulos | Sep 12, 2024
Deep Diving into Laravel's replaceRecursive Method for Collections
Laravel's Collection class offers a powerful suite of methods for manipulating arrays and data sets. One particularly useful method that often flies under the radar is replaceRecursive. This method allows you to perform deep replacements in nested arrays or collections, providing a powerful tool for working with complex
By Harris Raftopoulos | Sep 12, 2024
Mastering Collection Filtering with Laravel's skipWhile Method
Laravel's Collection class offers a rich set of methods for manipulating arrays and data sets. Among these, the skipWhile method stands out as a powerful tool for precise filtering of collections. Let's dive into how this method works and how you can leverage it in your
By Harris Raftopoulos | Sep 13, 2024
Precision Data Extraction with Laravel's takeWhile Method
Laravel's Collection class continues to impress with its array of powerful methods for data manipulation. The takeWhile method stands out as a precise tool for extracting portions of collections based on specific conditions. Let's explore how this method works and how it can enhance your Laravel
By Harris Raftopoulos | Sep 13, 2024
Mastering Conditional Logic with Laravel's unless Method
Laravel's Collection class offers a variety of methods to manipulate and process data. Among these, the unless method stands out as a powerful tool for implementing conditional logic in a clean and expressive way. Let's dive into how this method works and explore its practical applications
By Harris Raftopoulos | Sep 14, 2024
Filtering Collections by Type: Mastering Laravel's whereInstanceOf Method
In Laravel development, working with collections of mixed object types is a common scenario. The whereInstanceOf method provides an elegant solution for filtering collections based on object types. Let's explore how this powerful method can enhance your Laravel applications.Understanding whereInstanceOfThe whereInstanceOf method allows you to filter
By Harris Raftopoulos | Sep 14, 2024
Enhancing Application Insight with Laravel's Context::add Method
In the world of Laravel development, understanding the context in which your code executes can be crucial for debugging, logging, and tracing. Laravel's Context facade, particularly its add method, provides a powerful tool for capturing and sharing information throughout your application's lifecycle. Let's dive
By Harris Raftopoulos | Sep 15, 2024
Streamlining File Downloads with Laravel's Storage::download Method
In web applications, handling file downloads is a common requirement. Laravel simplifies this process with its Storage::download method, providing a clean and secure way to serve files to users. Let's explore how to leverage this powerful feature in your Laravel applications.Understanding Storage::downloadThe Storage::download
By Harris Raftopoulos | Sep 15, 2024
#IT Solution Stuff
How to Integrate AdminLTE 3 in Laravel 11?
In this article, we will see how to install & setup adminlte 3 with laravel 11. we will use jeroennoten/laravel-adminlte composer package to implement adminlte 3 admin template.
<span class="heads">…..
#Laravel
By Hardik Savani | Sep 11, 2024
Laravel 11 Store JSON Format Data in Database Tutorial
In this tutorial, I will show you how to store JSON data in database using laravel.
The $casts property in Laravel allows you to specify the data type of certain attributes of your model. When using …..
#Laravel
By Hardik Savani | Sep 14, 2024
#Harris Raftopoulos
Temporary and Signed URLs for Local Filesystem in Laravel
If you’re a long-time Laravel user, you might know about the feature that allows you to create temporary and signed URLs for files. This is a great feature that will enable you to share files with other users for a specified time.
By Amit Merchant | Sep 14, 2024
The magic behind Laravel's new defer() helper
Laravel has recently been
By Amit Merchant | Sep 15, 2024