#Laravel News

Active Sessions Card for Laravel Pulse

The Active Sessions card for Laravel Pulse shows your application's total number of sessions, including Web and API users.
#Laravel Packages #Laravel Pulse
By Paul Redmond | Aug 05, 2024


Use Laravel's Built-in SetUp Hooks for Application Test Traits

Using Laravel's foundation TestCase setup logic, you can clean up the setup() and tearDown() code required to use test traits you create for your appl…
#News
By Paul Redmond | Aug 05, 2024


A New String Helper, Assert Enums in AssertableJson, and more in Laravel 11.20

The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use Enums with AssertableJs…
#News #Laravel Releases
By Paul Redmond | Aug 06, 2024


Filament Gaze: Show When Multiple Users View the Same Resource

Filament Gaze is a plugin for Filament PHP that allows you to display when other users view the same resource. Learn how to quickly lock a resource a…
#News
By Paul Redmond | Aug 08, 2024


Create Actions and Workflows with this Laravel Workflows Package

The Safemood/laravel-workflow package by Khalil Bouzidi simplifies workflows in Laravel. With this package, you can define complex workflows, break th…
#Laravel Packages
By Paul Redmond | Aug 09, 2024


Building Desktop Applications using Native PHP with Simon Hamp

In this episode of the Laravel Creator Spotlight, we are joined by Simon Hamp, the creator of Native PHP, to talk about the project and its potential.
#Interviews
By Eric L. Barnes | Aug 09, 2024



#Ashallen Design UK

Profanify: Prevent Profanity in Your PHP Codebase

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



#Freek Dev

Plain Vanilla Websites

This is an overview of the major techniques used to make web sites and web applications without making use of build tools or frameworks, with just an editor, a browser, and web standards.
By | Aug 06, 2024


Build and Cache Frontend Assets once using GitHub Actions

Learn how to use GitHub Actions to speed up your Deployer deployments by cleverly caching your frontend build assets
By | Aug 07, 2024


A case for Mastodon

Chris Morell has seen a bunch of pushback against Mastodon as an option, so he takes the time to address some of the issues that folks have put out there.
By | Aug 08, 2024


From MySQL to Typesense: Blazing-Fast Full-Text Search in Laravel

Learn how to add full-text search into your Laravel apps. From simple LIKE queries to MySQL full-text indexes, and landing on Laravel Scout powered by @typesense.
By Jamison Valenta | Aug 09, 2024



#Made with Laravel

ERPSAAS – Accounting Platform

"ERPSAAS is a Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.

This application provides real-time currency exchange rates, automatic multi-language translation, and seamless integration with Plaid to automatically import transactions from your financial institution.

It is designed to offer a comprehensive and robust personal accounting solution, including features for generating and exporting detailed financial reports."
#Boilerplate
By | Aug 05, 2024


Random – Generate Cryptographically Secure Random Values

"Random generates cryptographically secure random values in a range of different formats through a simple helper package for PHP.

Random was created because I was constantly encountering weak and insecure random value generations within apps during my Laravel and PHP Security Audits and I wanted a secure solution to point my clients to without needing them to implement secure algorithms themselves. The idea was then expanded out a bit to support all the common random value types I've encountered. 

It supports Laravel's Collections, but doesn't pull in any Laravel code."
#Utility
By | Aug 05, 2024


Filament Edit Profile – Filament Plugin for Profile Editing

"
filament-edit-profile
is a package to manage information in user profiles using Filament."

Manage your information such as email, and password

Change your password

Upload and manage your profile photo

Delete your account

Manage your personal access tokens

Manage and log out your active sessions on other browsers and devices

Add custom fields / custom components
#Plugins
By | Aug 09, 2024


Laravel Cronless Schedule – Run the Laravel Scheduler without Relying on Cron

"Laravel's native scheduler relies on cron to be executed every minute. It's rock solid and in most cases you should stick to using it.

If you want to simulate the scheduler running every minute in a test environment, using cron can be cumbersome. This package provides a command to run the scheduler every minute, without relying on cron. Instead it uses a ReactPHP loop."
#Utility
By | Aug 09, 2024



#Hashnode

[SEC Playground: Half Year CTF 2024] – Upload your choice

Introduction
PHP Source Code Breakdown
<?php
function sanitize($s) {
if(stripos($s,"log") or stripos($s,"etc") or stripos($s,"access") or stripos($s,"error") or stripos($s,"encode") or stripos($s,"http") or stripos($s,"popen")…
By Keqingsmellgood | Aug 05, 2024


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

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

🛠️ SSH Apps with PHP and Laravel: S…
By Poovarasu Sekar | Aug 05, 2024


What are the possible ways to create objects in JavaScript

In JavaScript, you can create objects using several different methods, each with its own use case and syntax. Here are some common ways:
1. Object Literals

The simplest and most common way to create an object is using an object literal.

const pers…
By priyanka chaudhari | Aug 05, 2024


PHP Framework vs Laravel Framework: An In-Depth Comparison

What is PHP framework?
PHP, or Hypertext Preprocessor, is a popular free scripting language that works well for developing websites and can be integrated with HTML. It is a favorite among web developers because of its robust features, versatility, an…
By AddWeb Solution | Aug 05, 2024


My Journey as a Laravel Intern

By Tammy Alemu
Hi, I’m Tammy Alemu. Let me take you through my exciting journey as a Laravel intern. I aimed to gain industry experience, write readable code, and understand the framework deeply. Here’s how it all went down, with the challenges I fac…
By Tammy Alemu | Aug 06, 2024


How to Install Tideways: A Complete Guide

What is Tideways?
Tideways is a tool that helps you keep an eye on how well your PHP application is running. It provides insights into what's happening behind the scenes, helping you spot and fix performance problems.
Key Features

Tideways tracks ho…
By Sachin Yalagudkar | Aug 06, 2024


PHP Is Not Dead And Here’s Why

Introduction
In the ever-evolving technological landscape, PHP turns out to be one of the most reliable workhorses, no kidding! However, I am sure you must have come across several rumors, gossip, and headlines stating that PHP has been doomed or it …
By Jenifer | Aug 07, 2024


Panduan Dasar Sintaks PHP untuk Programmer Web Pemula

Halo, Kawan KodingKu!😊
Siap untuk mendapatkan kejutan dan kesenangan di dunia pemrograman? 🎉 Mari kita mulai petualangan ini dengan semangat dan kebahagiaan! 😄 Kali ini, Kawan-Kawan akan mempelajari tentang Sintaks di PHP, bahasa pemrograman serve…
By KodingKu | Aug 07, 2024


Creating Dynamic Websites with PHP and MySQL

PHP and MySQL are a powerful combination for building dynamic websites. Here’s a guide to creating dynamic websites using these technologies.
1. Set Up the Environment
Install PHP, MySQL, and a web server like Apache. Create a new project directory.

By Biz Blogger | Aug 07, 2024


"BuT, aUtH iS HaRd"

I'm "I've used MD5 to hash passwords in PHP" years old. Sure, it was a horrible idea, even back in 2012. But, back then, I don't remember considering auth "hard." It was a pretty straightforward ordeal by itself – get an email or a username, get a pa…
By Darko Bozhinovski | Aug 08, 2024


How To Setup PHP And MySQL Developer Environment Using Docker?

Setting up a PHP and MySQL development environment using Docker can streamline your development process by providing a consistent and isolated environment. Here's a step-by-step guide to quickly set up such an environment using Docker:
Prerequisites

By Kruti Dugade | Aug 08, 2024


Beginner's Guide to Laravel

"Start Your Laravel Journey: A Step-by-Step Guide for Beginners"

"Beginner's Guide: How to Build Your First Web App with Laravel"

1. Getting Started with Laravel

Topics:

Introduction to Laravel and why it's popular.

How to set up a Laravel proj…
By MASOOD 313 | Aug 08, 2024


Create a fancy input for your Laravel Commands

Hey guys,
Let's do some hands-on practice today. Gonna show you how to create a fancy input for your command.
Life is too short to do boring things, isn't it? Hehe.
The Fancy and the normal Inputs
When using $this->ask('Give me your freaking input'),…
By Seth Chen | Aug 10, 2024


Menguasai Sintaks PHP untuk Pengembangan Web yang Dinamis

Halo, Kawan KodingKu! 😊
Sudah siap untuk menambah pengetahuan dan menikmati keseruan belajar PHP? 🎉 Kali ini, kita akan membahas sintaks PHP dengan cara yang lebih seru dan asyik! PHP, bahasa pemrograman server-side yang banyak digunakan, punya ban…
By KodingKu | Aug 10, 2024


How to Sanitize and Validate Data in PHP

Introduction
When developing web applications, ensuring data integrity and security is crucial. Sanitization and validation are two fundamental processes that help protect applications from malicious inputs and maintain data quality. This comprehensi…
By Kartik Mehta | Aug 11, 2024


How to Set up Email Verification in PHP via a Verification Token: Complete Guide

Email verification is the process of ensuring an email address exists and can receive emails. Whereas, email validation checks if the address is properly formatted; that is – written according to specific standards (e.g. UTF-8).
In this article, I’ll…
By Denys Kontorskyy | Aug 11, 2024



#Securing Laravel

Security Tip: Don't Forget to Test Your Signed URLs!

[Tip #88] Signed URLs are awesome, but if you forget to check they are working – you may be leaving a massive vulnerability just waiting to be exploited…
By Stephen Rees-Carter | Aug 10, 2024



#Dev.to

PHP: Understanding Time Zones

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


1508. Range Sum of Sorted Subarray Sums

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


PHP crash course: Simple Currency Converter

#php #tutorial #beginners #backend
By MD ARIFUL HAQUE | Aug 05, 2024


Node official website refreshed: perfect integration of design, technology, and community

#node #php #webdev
By Violet Alexander | Aug 05, 2024


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

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


How to Hide Out-of-Stock Products on Your WordPress Website

#wordpress #woocommerce #beginners #php
By Ali Karbasi | Aug 05, 2024


How to Create a Test Case in Laravel Using Pest

#laravel #testing #php #programming
By Ahamed Rasni Nathees | Aug 05, 2024


PHP Creational Patterns: Factory 🤖

#php #webdev #architecture #programming
By Raziel Rodrigues | Aug 06, 2024


How to Solve 'Class NumberFormatter not found' in Laravel

#webdev #laravel #php #backend
By saim | Aug 05, 2024


Using CRM hooks in a small office

#crm #mysqli #php
By James Thomas | Aug 06, 2024


2053. Kth Distinct String in an Array

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


My Journey as a Laravel Intern

#laravel #php #softwaredevelopment #internship
By Tammy Alemu | Aug 06, 2024


Laravel service class

#php #laravel
By M | Aug 06, 2024


PHP Iterators for walking through data structures – FastTips

#php #webdev #laravel
By Valerio | Aug 06, 2024


Explain by Darshan Hiranandani : How do I connect to a MySQL database using PHP?

#php
By Darshan Hiranandani | Aug 06, 2024


Recommended Mac Development Tools for 2024 (Super Easy to Use)

#node #php #webdev
By Violet Alexander | Aug 06, 2024


Exciting New Features in Windowlight's August Update!

#news #laravel #php #opensource
By CodeWithCaen | Aug 06, 2024


3016. Minimum Number of Pushes to Type Word II

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


Symfony Station Communiqué - 2 August 2024: A Look at Symfony, Drupal, PHP, Cybersec, and Fediverse News!

#symfony #drupal #php #fediverse
By Reuben Walker, Jr. | Aug 07, 2024


PHP crash course : Simple User Authentication System

#php #beginners #tutorial #backend
By MD ARIFUL HAQUE | Aug 07, 2024


Automating Laravel Tasks with JSON-Based Task Runner

#automation #laravel #taskrunner #devtips
By Akshay Joshi | Aug 07, 2024


Unlock MySQL Performance: Mastering Query Cache Optimization

#mysql #database #webdev #laravel
By Roman Agabekov | Aug 07, 2024


Best PHP Micro Frameworks for 2024

#php #webdev #beginners
By n0nag0n | Aug 07, 2024


273. Integer to English Words

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


PHP Reference

#php #laravel #backend
By Moraa oo | Aug 08, 2024


Unleashing the Power of Laravel: 100 Tips for Building Quality Applications

#laravel #php
By Nasrul Hazim Bin Mohamad | Aug 08, 2024


Discord-WordPress Post Integration: Streamline Your Blog Notifications 🔔

#wordpress #discord #php #github
By Danteon | Aug 08, 2024


POS Laravel Inertia and React Fullstack Demo

#laravel #react #fullstack #pos
By SHARKZTECH | Aug 08, 2024


Installing Apache, PHP, and MySQL on Oracle Linux 8

#ol8 #apache #php #mysql
By Hisyam Johan | Aug 08, 2024


How to deploy a Web App with CI/CD pipeline on Azure app service.

#github #githubactions #azure #php
By Akinsooto Abidemi | Aug 09, 2024


885. Spiral Matrix III

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


How to Use .user.ini in ServBay

#php #webdev #beginners #programming
By ServBay | Aug 08, 2024


Passing query parameters through import.meta.url to vue with Laravel Vite

#laravel #vite #vue
By hadakadenkyu | Aug 09, 2024


Why Hiring Offshore PHP Developers Could Be a Game Changer for Your Business

#php #programming #recruitment #techtalks
By Zoey Nguyen | Aug 09, 2024


Building a Reusable Laravel Model Filter for Dynamic Querying

#laravel #php #webdev #beginners
By Rafa Rafael | Aug 09, 2024


840. Magic Squares In Grid

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


How to build a caching layer for your Laravel API

#laravel #php #cache
By Nelwhix | Aug 10, 2024


Step-by-Step Guide to Sending Emails in Laravel Using Multiple SMTP Servers

#webdev #laravel #tutorial #productivity
By Shahrukh A. Khan | Aug 07, 2024


Building a multi-tenant application with honeystone/context

#laravel #php #saas
By George Palmer | Aug 10, 2024


How to Install WordPress and Essential Plugins Using WP-CLI

#wordpress #wpcli #php
By Md Aminur Islam | Aug 10, 2024


Laravel Database Viewer

#laravel #php #database #webdev
By Saptarshi Dey | Aug 10, 2024


Update Announcement: ServBay 1.4.0, More Features and Bugs Fixed

#webdev #programming #php #beginners
By ServBay | Aug 10, 2024


959. Regions Cut By Slashes

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


Inject Value Objects Into An Autowired Symfony Service

#symfony #valueobjects #php #twilio
By Mark Badolato | Aug 08, 2024


An Easy Framework For Learning Web Development with Laravel

#laravel #php #programming #beginners
By Ociel Gonzalez | Aug 11, 2024


How to Integrate Gemini API into Your PHP Projects Using Curl

#gemini #php #ai #webdev
By Shimanta Das | Aug 11, 2024


Building a Polymorphic Translatable Model in Laravel with Autoloaded Translations

#laravel #php #webdev #beginners
By Rafa Rafael | Aug 11, 2024


How to Set up Email Verification in PHP via a Verification Token: Complete Guide

#webdev #php #email #beginners
By Denys | Aug 09, 2024


🎉 Announcing Cart Package Coupon Feature!

#laravel #realrashid #cart #php
By Rashid Ali | Aug 11, 2024


🎉 Announcing the Release of Laravel Zoho Cliq Package! 🚀

#laravel #php #zoho #cliq
By Rashid Ali | Aug 11, 2024


Trying to get into laravel dependency injection

#laravel #php #learning
By M | Aug 11, 2024


Crafting a Reusable Model Search in Laravel: Efficient Setup and Best Practices

#laravel #php #webdev #beginners
By Rafa Rafael | Aug 11, 2024


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

#symfony #drupal #php #fediverse
By Reuben Walker, Jr. | Aug 11, 2024



#IT Solution Stuff

How to Add Text to Image in Laravel 11?

In this post, I will show you how to add text to image using intervention/image in laravel 11 application.

We will use the Intervention/Image Composer package to add text to image in Laravel. We will…..
#Laravel
By Hardik Savani | Aug 06, 2024


Laravel 11 Send Email with Attachment Example

In this guide, I will show you how to send emails with attachments in Laravel 11.

We will learn how to attach various file types such as images, PDFs, CSVs, ZIPs, and more. Let us dive in and enhance…..
#Laravel
By Hardik Savani | Aug 09, 2024


Laravel 11 Real-Time Notifications using Reverb Example

In this article, I will show you how to send real-time notifications with Reverb in the laravel 11 application. we will use a reverb driver to send real-time notifications using the echo server in the…..
#Laravel
By Hardik Savani | Aug 10, 2024