#Laravel News

Laravel Log Files Support in PhpStorm

Take a look at how the latest version of PhpStorm has improved logger support
#Sponsor
By Brent Roose | Aug 12, 2024


Remove Duplicate Characters in Strings With Laravel

Learn how to remove string duplication in Laravel with the deduplicate() string helper in Laravel 11.
#News
By Paul Redmond | Aug 12, 2024


Block Known Spam IPs from Your Laravel App with the Abuse IP Package

The Abuse IP package for Laravel adds a layer of protection to your Laravel application from known spam IPs.
#Laravel Packages
By Paul Redmond | Aug 13, 2024


Automated API documentation generation for Laravel with static code analysis using Scramble

Learn how static code analysis can simplify and automate API documentation generation in Laravel, keeping the documentation accurate, up-to-date, and…
#News
By Roman Lytvynenko | Aug 15, 2024


The August 2024 Laravel Worldwide Meetup

The next Laravel Worldwide Meetup is August 20th, 2024 at 16:00 UTC featuring Yaz Jallad and Drishti Jain. Find out when this even happens in your own…
#News
By Paul Redmond | Aug 15, 2024


Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward

Learn how Whisky make Git Hooks easy
#News
By Eric L. Barnes | Aug 16, 2024



#Ashallen Design UK

Ensuring Environment Variables Are Set in Laravel

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Aug 12, 2024



#Laravel io

Create a custom error page with Laravel and Inertia

How to display a custom error page with Inertia instead of Laravel’s default error pages.

A sample…
#Laravel #Vue.js
By mho | Aug 16, 2024



#Made with Laravel

Securing Laravel – Blog about Laravel Security Practices

"Each month we dive into Laravel security concepts through code examples, practical security knowledge, hacking techniques, and interactive challenges, covering the essential topics you need to know to keep your apps secure.

In the weeks between, we have quick security tips that cover the simpler topics, configuration options, tricks, updates, and anything else security related you need to be aware of.

Securing Laravel is written for Laravel developers of all skill levels. Every concept we cover is fully explained for security newbies (with no pesky unexplained jargon!), but we also dive deep for those looking to learn even more."
#Tutorials
By | Aug 13, 2024


Has Parameters – Trait to Pass Arguments to Laravel Middleware

"Has Parameters offers a trait for Laravel middleware that allows you to pass arguments in a more PHP'ish way, including as a key => value pair for named parameters, and as a list for variadic parameters.

It improves static analysis / IDE support, allows you to specify arguments by referencing the parameter name, enables skipping optional parameters (which fallback to their default value), and adds some validation so you don't forget any required parameters by accident."
#Utility
By | Aug 13, 2024



#Hashnode

Answering the Questions on Laravel Platform Scalability

Introduction
If you're considering Laravel for developing scalable web applications, you're making an excellent choice. Laravel platform scalability ensures that your application can grow alongside your business needs. Additionally, leveraging Larave…
By Hire Remote Developers | Aug 12, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (05/08/2024-11/08/2024

Intro: Check out this insightful summary of PHP/Laravel Weekly News for August 05th to August 11th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem.
Key Points:

🏷️ Active Sessions Card for Larav…
By Poovarasu Sekar | Aug 13, 2024


Laravel 11 Öğreniyoruz: Linux Ortamında Laravel 11 Kurulumu

Laravel 11 serimizin ikinci bölümünde, Linux ortamında Laravel 11'i nasıl kurabileceğinizi adım adım açıklayacağız. Linux, geliştiriciler arasında popüler bir geliştirme ortamıdır ve Laravel ile mükemmel bir uyum sağlar. Bu rehberde, Ubuntu dağıtımı …
By Harun Geçit | Aug 13, 2024


Laravel Nedir?

Laravel 11 Öğreniyoruz serimizin ilk adımı olarak, Laravel nedir sorusuyla başlayalım.
Laravel Nedir?
Laravel, modern web uygulamaları geliştirmek için PHP programlama dilinde yazılmış, açık kaynaklı bir web uygulama framework'üdür. 2011 yılında Tayl…
By Harun Geçit | Aug 13, 2024


Are you thinking of moving from PHP to Go? Read this first!

Are you a PHP developer contemplating a switch to Go? You're not alone. As technology evolves, many developers find themselves reevaluating their choice of programming languages to keep up with industry trends, improve performance, and enhance their …
By Max Wagner | Aug 13, 2024


Tutorial PHP Pemula: Membuat Hello World dengan Mudah

Halo, Kawan KodingKu!😊
Apa kabar? Siapa di sini yang suka bermain layangan? 🌤️ Nah, coba bayangkan: ketika kita menerbangkan layangan, ada momen di mana kita menarik dan melepaskan tali untuk mendapatkan angin yang tepat. Sama seperti ketika kita p…
By KodingKu | Aug 14, 2024


PHP, The Internet's Favorite Scapegoat

I’m not sure when it started, but more and more programmers are moving from PHP to Go, Java, and Python. Of course, there are also migrations between the latter three, but you rarely see anyone switching to PHP. This phenomenon got me thinking, and I…
By Fireworkkk | Aug 14, 2024


Safeguard your App from Cross-Site Scripting (XSS) Attack

What is Cross-Site Scripting (XSS)?
Cross-site scripting (XSS) is a type of injection attack that allows malicious scripts to be injected into trusted websites. When a vulnerable site includes content from an untrusted source without proper validatio…
By Abhishek Sharma | Aug 15, 2024


How I would build a clone of canva.com

What is canva.com
Canva is a graphic design platform that provides tools for creating social media graphics, according to Wikipedia. In this article, I will share my thought process for deciding on the tech stack I would choose to build (or clone) it…
By adonis simo | Aug 15, 2024


Connecting Laravel to the IoT Device with MQTT Integration

In the era of the Internet of Things (IoT), connecting various devices and systems is becoming increasingly crucial for creating seamless, smart environments. MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for…
By Fajar Chaniago | Aug 15, 2024


Podcasts PHP que você deve ouvir [Minha opnião]

Tornar-se um desenvolvedor web significa embarcar em uma jornada de aprendizado contínuo. Um bom desenvolvedor web deve se aprimorar constantemente, acompanhando de perto as novas tecnologias e os desenvolvimentos atuais. Treinamentos e documentação …
By Tilson Mateus | Aug 16, 2024


Supervisor para queues en Laravel 11

sudo apt-get update
sudo apt-get install supervisor

sudo nano /etc/supervisor/conf.d/laravel-worker.conf

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /your_project_directory/artisan queue:work –sleep=3 –tri…
By Alberto Benavides | Aug 17, 2024


A Comprehensive Guide to PHP Laravel: Mastering the Popular PHP Framework

If you've been around web development circles, you've probably heard the name Laravel thrown around quite a bit. And there's a good reason for that.
Laravel is one of the most popular PHP frameworks, renowned for its elegant syntax, developer-friendl…
By Abdulmunim Abdulsalam | Aug 17, 2024


Understanding PHP: From Code to Execution

What is PHP?
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
What distinguishes PHP from something li…
By anmol gupta | Aug 17, 2024


Creating a Basic WordPress Plugin

Introduction
Creating a WordPress plugin can be an exciting and rewarding experience. Whether you are looking to add custom functionality to your WordPress site or share your creations with the broader WordPress community, understanding the process o…
By Kartik Mehta | Aug 18, 2024


Cara Mudah Memulai Ngoding PHP Dengan Hello World

Halo, Kawan KodingKu! 😊
Siap untuk petualangan seru di dunia PHP? Hari ini, kita akan memulai perjalanan yang mendebarkan dalam menjelajahi bahasa pemrograman yang luar biasa ini. Tapi tunggu dulu, sebelum kita mulai, ayo kita sedikit berinteraksi! …
By KodingKu | Aug 18, 2024


How Can PHP Revolutionize Your Web Development Projects?

PHP's Impact on Web Development
PHP is a powerful server-side language essential for web development. It powers many popular websites, such as Facebook and WordPress. PHP lets developers build dynamic and interactive sites with ease. The language pro…
By Andrew B. Bean | Aug 18, 2024


WordPress in a Nutshell

Introduction
These days, the number of small and medium-sized businesses is increasing. and because we are in a digital era, switching from or between offline business to online business is crucial to stay competitive in the market, which leads those…
By Achraf Hebboul | Aug 18, 2024



#Securing Laravel

Security Tip: Intercepting dump() Could Expose Production!

[Tip #89] dump() interceptors in dev tools like Herd and Telescope are very helpful, but be careful you don't accidently send dump() to production!
By Stephen Rees-Carter | Aug 18, 2024



#Flare App

Laravel's report helper: a must for error handling

For any application, handling errors gracefully is crucial for maintaining a smooth user experience. While PHP's try-catch statements are great at catching known exceptions and preventing them from crashing your application, they also make exceptions go unnoticed. What if you also want to log and report an exception without bringing your application to a screeching halt? That's where Laravel's
#Deep Dives
By | Aug 13, 2024



#Dev.to

PHP: Going multibytes

#php #beginners #programming
By spO0q 🐒 | Aug 12, 2024


Getting Started with Laravel: Your First Application

#beginnersphp #php #laravel #tutorial
By Akshay Joshi | Aug 12, 2024


The Essential Guide to Laravel’s .htaccess: Why, How, and What It Can Do for Your Application

#htaccess #laravel #php #beginners
By Akshay Joshi | Aug 12, 2024


Why use declare(strict_types=1) in PHP – Fast tips

#php #laravel #webdev #symfony
By Valerio | Aug 12, 2024


Laravel Development Services: Choosing the Right Partner for Your Project

#laravel #php #laraveldevelopment #laraveldeveloperr
By Ann John | Aug 12, 2024


Benchmarking CSV File Processing: Golang vs NestJS vs PHP vs Python

#go #php #nestjs #programming
By Linda Sebastian | Aug 12, 2024


Simplifying API responses in Laravel with kolirt/laravel-api-response package

#laravel
By kolirt | Aug 12, 2024


A Comprehensive Guide to Install & Use Laravel 11 in 2024 For Web Apps

#webdev #laravel11 #pwa #php
By Danish | Aug 13, 2024


703. Kth Largest Element in a Stream

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Aug 13, 2024


1568. Minimum Number of Days to Disconnect Island

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Aug 13, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (05/08/2024-11/08/2024

#php #laravel
By Poovarasu Sekar | Aug 13, 2024


How I Made My Laravel Project More Efficient!

#webdev #laravel #livewire #inertiajs
By Reas Vyn | Aug 13, 2024


Mac Programmers — Tips for Improving Productivity

#node #php #react #javascript
By Violet Alexander | Aug 13, 2024


Erath: Free Static Web Page Hosting with Serverless Storage and a Slick Editor

#serverless #php #html #opensource
By Abu Taher Siddik | Aug 13, 2024


Anyone Interested In becoming a profesional Web Developer Should Watch This Video

#laravel #php #programming #webdev
By Ociel Gonzalez | Aug 13, 2024


How MySQL Tuning Can Improve PrestaShop Performance

#mysql #database #webdev #php
By Roman Agabekov | Aug 13, 2024


Create a custom error page with Laravel and Inertia

#laravel #vue #tutorial
By Capsules Codes | Aug 13, 2024


Variable by Reference & Variable by Value in PHP

#php #laravel #webdev #backend
By Talha Shinwari | Aug 14, 2024


How to Implement a WooCommerce AJAX Direct "Buy Now" Button

#wordpress #woocommerce #php
By Md Aminur Islam | Aug 14, 2024


40. Combination Sum II

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Aug 14, 2024


O que é PHP e por que aprender?

#php #webdev #beginners #programming
By Asllan Maciel | Aug 14, 2024


Laravel: Migrar de Passport a Sanctum

#php #laravel #spanish #backend
By Marco Ramírez | Aug 14, 2024


Deep understanding of the Workerman daemon principle in PHP high-performance framework

#php #laravel #web
By Violet Alexander | Aug 14, 2024


719. Find K-th Smallest Pair Distance

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


WordPress in a nutshell

#wordpress #php #cms #webdev
By Achraf Hebboul | Aug 14, 2024


Setting Up a Laravel for Local Development Environment

#webdev #laravel #php #tutorial
By Riky Fahri Hasibuan | Aug 15, 2024


Why It's Time to Ditch PHP for Good?

#php #webdev #beginners
By Sakib Reza | Aug 15, 2024


How to Search in a PHP Associative Array – Fast tips

#php #laravel #symfony #webdev
By Valerio | Aug 15, 2024


How can we enable multi-site in worpress website in local?

#wordpress #website #php #multisite
By Asif Sheikh | Aug 16, 2024


How to Implement "Login with Facebook" in Laravel

#laravel #php
By John Maths | Aug 15, 2024


How & When To Use Event Listeners in Laravel 11? Practical Code Examples

#webdev #laravel #php #codingexamples
By Danish | Aug 16, 2024


860. Lemonade Change

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


Implement data validation in Laravel

#validation #laravel
By StackPuz | Aug 13, 2024


How the toxic Laravel community destroyed my passion for coding.

#php #laravel #webdev
By kejedi | Aug 16, 2024


To double quote or not, that's the question!

#php #performance
By Florian Engelhardt | Aug 16, 2024


How to monitor Guzzle Http Client – PHP Fast tips

#php #webdev #laravel #tutorial
By Valerio | Aug 16, 2024


Small Swoole Db 2.3

#php #showdev #swoole #database
By sebk69 | Aug 16, 2024


MPA for your business SEO optimization

#laravel #seo #webdev #beginners
By Nihad | Aug 16, 2024


Eloquent Trick: Laravel Model from Subquery

#laravel #eloquent #php #database
By Bedram Tamang | Aug 17, 2024


624. Maximum Distance in Arrays

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


PHP Error

#php #help #learning
By Falak | Aug 17, 2024


PHP Secure Coding: Don't Let the Code Get Loose

#cybersecurity #coding #php #webdev
By Thanos Stantzouris | Aug 17, 2024


Mastering the Eloquent where Condition in Laravel

#laravel #webdev #php #beginners
By Rohit Urane | Aug 17, 2024


LLM Support for Your PHP AI Projects

#php #ollama #llm #ai
By Arda GUNSUREN | Aug 17, 2024


[Resolved] Integrity constraint violation – Fast tips

#webdev #php #laravel #sql
By Valerio | Aug 17, 2024


Multiple API in Laravel with HTTP Requests

#laravel #webdev #tutorial #php
By Hòa Nguyễn Coder | Aug 17, 2024


5 essential tools for Laravel development

#php #laravel #tooling #webdev
By Nicolus | Aug 17, 2024


1937. Maximum Number of Points with Cost

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


PHP Secure Coding: Don't Let the Code Get Loose

#cybersecurity #coding #php #webdev
By Thanos Stantzouris | Aug 17, 2024


Laravel Maps : Leaflet et Google Maps

#laravel #php #leaflet #laravelmaps
By Fabrice | Aug 18, 2024


"domain-driven laravel" build great systems that are scalable and powerful

#architecture #restapi #laravel #php
By vanilla | Aug 18, 2024



#Amit Merchant

Enhancing Component Communication in Laravel Livewire with $listeners

In the world of dynamic, reactive interfaces, efficient component communication is crucial. Laravel Livewire offers a powerful feature to facilitate this: the $listeners property. This blog post will explore how to use $listeners to create interactive, decoupled components that can react to events from other parts of your application.Understanding
By Harris Raftopoulos | Aug 14, 2024


Mastering Conditional Validation in Laravel with sometimes()

As Laravel developers, we often encounter forms with complex validation requirements. Sometimes, certain fields are only required under specific conditions. This is where Laravel's sometimes() method comes in handy. Let's dive into how to use this powerful feature to create more flexible and robust validation rules.
By Harris Raftopoulos | Aug 14, 2024


Boosting Laravel Livewire Performance with the #[Isolate] Attribute

As Livewire developers, we're always on the lookout for ways to optimize our components and improve application performance. One powerful tool in our arsenal is the #[Isolate] attribute. Let's dive into what this attribute does and how it can significantly enhance the efficiency of your Livewire
By Harris Raftopoulos | Aug 13, 2024


Elevate Your Laravel Validation with Custom Rules

As Laravel developers, we often encounter scenarios where the built-in validation rules just don't cut it. That's where custom validation rules come in, allowing us to create reusable, testable validation logic for our applications. Let's dive into how to create and use custom validation
By Harris Raftopoulos | Aug 13, 2024


Mastering Real-Time Validation in Laravel Livewire

As web developers, we're always striving to create more responsive and user-friendly interfaces. With Laravel Livewire, we can take our form validations to the next level by providing instant feedback to users. In this post, we'll explore how to implement real-time validation in your Livewire components.
By Harris Raftopoulos | Aug 12, 2024


Streamline Your Laravel Validation with Form Request Classes

As Laravel developers, we're always looking for ways to keep our code clean, organized, and maintainable. One of the most powerful tools in our arsenal for achieving this is Form Request Validation. In this post, we'll explore how to leverage this feature to enhance your application&
By Harris Raftopoulos | Aug 12, 2024


Streamlining Redirects in Laravel Livewire with redirectRoute()

As Livewire developers, we often need to redirect users after completing an action. While Livewire provides several ways to handle redirects, the redirectRoute() method stands out for its simplicity and type safety. In this post, we'll explore how to use redirectRoute() to create cleaner, more maintainable code in
By Harris Raftopoulos | Aug 15, 2024


Enhancing User Experience with Custom Validation Messages in Laravel

As Laravel developers, we strive to create applications that are not only functional but also user-friendly. One often overlooked aspect of user experience is the wording of validation error messages. Laravel provides powerful tools to customize these messages, allowing us to create more context-specific and user-friendly feedback. In this post,
By Harris Raftopoulos | Aug 16, 2024


Implementing Real-Time Validation in Laravel Livewire for a Smoother User Experience

As web developers, we're always looking for ways to enhance user experience. One powerful technique is real-time form validation, which provides instant feedback to users as they fill out forms. Laravel Livewire makes this process incredibly straightforward. In this post, we'll explore how to implement real-time
By Harris Raftopoulos | Aug 16, 2024


Mastering Date and Time Validation in Laravel with the "after" Rule

As Laravel developers, we often deal with date and time inputs in our applications. Ensuring the logical consistency of these inputs is crucial for maintaining data integrity. Laravel's "after" validation rule provides a powerful and flexible way to handle date and time comparisons. In this post,
By Harris Raftopoulos | Aug 17, 2024


Streamlining Form Validation in Laravel Livewire with the #[Validate] Attribute

As Livewire developers, we're always looking for ways to make our components more concise and easier to maintain. The #[Validate] attribute, introduced in Livewire v3, offers a clean and efficient way to handle form validation directly on component properties. In this post, we'll explore how to
By Harris Raftopoulos | Aug 17, 2024


Mastering Conditional Validation in Laravel with the "sometimes" Rule

As Laravel developers, we often encounter complex forms where the validation requirements for certain fields depend on the values of others. This is where Laravel's "sometimes" validation rule comes into play. In this post, we'll explore how to use this powerful feature to create
By Harris Raftopoulos | Aug 18, 2024


Enhancing User Interactions in Laravel Livewire with wire:confirm

As Livewire developers, we often need to add an extra layer of confirmation before executing critical actions in our applications. Livewire's wire:confirm directive provides an elegant solution to this common requirement. In this post, we'll explore how to use this feature to create more user-friendly
By Harris Raftopoulos | Aug 18, 2024



#IT Solution Stuff

Laravel 11 Breeze Multi Auth Tutorial

In this tutorial, I will show you how to create multiple authentication with breeze in Laravel 11 application.

In this example, we will install a fresh Laravel 11 application for multi-auth. Then we …..
#Laravel
By Hardik Savani | Aug 13, 2024


How to Use Quill Rich Text Editor in Laravel 11?

In this post, we will learn about how to install and use quill rich text editor in laravel 11 application.

Quill is a free, open-source rich text editor. It lets users write and format text easily, s…..
#Laravel
By Hardik Savani | Aug 15, 2024


Laravel 11 Inertia Vue JS CRUD Example Tutorial

In this tutorial, I will you you step by step CRUD Application using Inertia Vue JS. we will use breeze install auth scaffold and vue js setup.

Inertia.js is a framework that allows you to build sin…..
#Laravel
By Hardik Savani | Aug 17, 2024