#Laravel News

Time Tracking: Why It’s Essential for Devs and How Timing Can Help

Time is a resource that none of us developers can afford to take for granted. Whether you’re a freelancer, agency, or in-house developer, you probably…
#Sponsor
By Eric L. Barnes | Jan 05, 2024


Alpine adds a new build to work with Content Security Policies

Alpine.js now has a CSP build that will with environments where CSP is required
#News #Alpinejs
By Eric L. Barnes | Jan 06, 2024


Generate Facade Docs Automatically in Your Laravel App

Automatically create Facade docblocks for your Laravel application Facades using the autodoc-facades package by Steve Bauman.
#Laravel Packages
By Paul Redmond | Jan 04, 2024


Use Model shouldBeStrict when starting a new Laravel app

Keep your code in check as you build out a new project with the shouldBeStrict check in Laravel
#Laravel Tutorials
By Eric L. Barnes | Jan 04, 2024


Generate PDFs in Laravel from Blade Views

The Laravel PDF package by Spatie provides a simple way to create PDFs in Laravel Apps using Blade templates. Learn how you can use modern tools like…
#News
By Paul Redmond | Jan 04, 2024


Flystorage is a Filesystem Equivalent Package for Node.js

Flystorage is a single API to integrate with many storage solutions for Node.js, written in Typescript.
#News
By Paul Redmond | Jan 02, 2024


Generating slugs from a title in Filament

In this tutorial learn how to dynamically change the slug if it’s either a new entry or if it’s not been published yet with Filament PHP
#Laravel Tutorials #Filament
By Eric L. Barnes | Jan 01, 2024


Blade Heroicons Upgrader

Blade Heroicons Upgrader is a package that is specifically designed for updating from Heroicons v1 to v2
#Laravel Packages #Blade
By Eric L. Barnes | Jan 01, 2024


My Sublime Text Setup in 2024 for Web Development

Sublime Text in 2024 is a powerful, viable text editor that I find delightedly minimal, fast, and productive. Come along for the ride as I show you ar…
#News #Sublime
By Paul Redmond | Jan 01, 2024



#Ashallen Design UK

Top Hosting Providers for PHP and Laravel (2024)

#Laravel #PHP #Web Development
By Ashley Allen | Jan 02, 2024


How to Get the Logged In User in Laravel

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


A Beginner’s Guide to Closures and Arrow Functions in PHP

#PHP #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


Using `declare(strict_types=1)` for More Robust PHP Code

#PHP #Tips & Tricks
By Ashley Allen | Jan 02, 2024


Reading JSON Files in Laravel

#Laravel #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


How to Create Custom Laravel Blade Directives

#Laravel #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


How I Did $16k in Sales in 3 Months Selling my Ebook

#Books #Business
By Ashley Allen | Jan 02, 2024


Why I Switched to Fathom Analytics

#Business #Web Design #Web Development
By Ashley Allen | Jan 02, 2024


Don’t Skimp on Security: Add These Must-Have Features to Your Web Apps

#Security & Privacy #Web Design #Web Development
By Ashley Allen | Jan 02, 2024


The Difference Between self::, static::, and parent:: in PHP

#PHP #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


Preventing Installing Composer Dependencies with Known Security Vulnerabilities

#PHP #Security & Privacy #Tips & Tricks
By Ashley Allen | Jan 02, 2024


Top 34 YouTube Channels for Laravel and PHP Developers

#Business #Laravel #PHP
By Ashley Allen | Jan 02, 2024


Mass Assignment Vulnerabilities and Validation in Laravel

#Laravel #Security & Privacy #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


How To Improve Your Laravel Development Skills By Reading Code

#Laravel #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


Laravel Package Development with Local Composer Dependencies

#Laravel #PHP #Tutorial
By Ashley Allen | Jan 02, 2024


Top 34 Laravel & PHP Blogs You Should Be Following

#Business #Laravel #PHP
By Ashley Allen | Jan 02, 2024


How to Create Short URLs in Laravel

#Laravel #PHP #Tutorial
By Ashley Allen | Jan 02, 2024


How to Get Website’s Favicons in Laravel

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


What’s New in Short URL v7.0.0

#Laravel #PHP
By Ashley Allen | Jan 02, 2024


Using ‘query()’ in Laravel Eloquent Queries

#Laravel #Tips & Tricks
By Ashley Allen | Jan 02, 2024


13 Placeholder Avatar & Image Websites

#Web Design
By Ashley Allen | Jan 02, 2024


Using Semantic Elements to Improve Your HTML

#Web Design #Web Development
By Ashley Allen | Jan 02, 2024


Using a Custom Alphabet in the Short URL Laravel Package

#Laravel #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


How to Add Breadcrumbs to Your Laravel Website

#Laravel #PHP #Tips & Tricks #Tutorial #Web Design #Web Development
By Ashley Allen | Jan 02, 2024


17 Ways to Get Your Website Ready to Win

#Tips & Tricks #Web Design #Web Development
By Ashley Allen | Jan 02, 2024


Interfaces vs Abstract Classes in PHP

#PHP #Web Development
By Ashley Allen | Jan 02, 2024


Using the Strategy Pattern in Laravel

#Laravel #Tips & Tricks #Tutorial #Web Development
By Ashley Allen | Jan 02, 2024


Using Interfaces to Write Better PHP Code

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


How to Force Eager Loading and Prevent N+1 Issues in Laravel

#Laravel #Tips & Tricks #Web Development
By Ashley Allen | Jan 02, 2024


6 Quick & Easy Ways to Speed Up Your Laravel Website

#Laravel #Tips & Tricks #Tutorial #Web Development
By Ashley Allen | Jan 02, 2024



#Freek Dev

Easily create PDFs in Laravel apps

We’ve released a new package called
By Freek Van der Herten | Jan 02, 2024



#Cloudways

How to Install Cloudflare CDN on PHP Based Applications – Step by Step Installation Guide

A CDN is a network of computers that delivers the static, streaming and dynamic content of your site,…
#PHP
By Shahzeb Ahmed | Jan 01, 2024



#Laravel Magazine

Effortlessly Generate PDFs in Laravel Apps with spatie/laravel-pdf

Spatie just announced their new package called Laravel PDF. The package helps you generate…
#Packages
By Marian | Jan 02, 2024



#Mastering Laravel

Failing tests give you confidence

Not just knowing it fails, but why
By Joel Clermont | Jan 05, 2024


Don’t just get mad at some tech, dig in and learn

Once you learn it, then you can complain
By Joel Clermont | Jan 04, 2024


Use factories to make your tests more readable

Only include relevant details in your test setup
By Joel Clermont | Jan 03, 2024


One situation where it is useful to make more than one request in a test

Don’t abuse this, but here’s one case I think is okay
By Joel Clermont | Jan 02, 2024


Using factories with more than one relationship

Sometimes you can’t follow the typical naming convention
By Joel Clermont | Jan 01, 2024



#IT Solution Stuff

How to Create PDF using Headless Chrome in Laravel?

Hello Artisan,
In this quick example, let’s see how to create pdf using headless chrome in laravel. This post will give you a simple example of laravel generate pdf using headless chrome. If you have …..
#Laravel
By Hardik Savani | Jan 06, 2024


How to Install PHP Imagick Extension in Ubuntu 22.04?

<img src=”/upload/ubuntu-php-imagick-extension.png” class=”post-img”>
Hi,
Now, let’s see post of how to install php imagick extension in ubuntu. This tutorial will give you a simple example of ubuntu …..
#PHP Ubuntu
By Hardik Savani | Jan 05, 2024


How to Install PHP Redis Extension in Ubuntu 22.04?

<img src=”/upload/ubuntu-php-redis-extension.png” class=”post-img”>
Hey Folks,
In this tutorial, we will go over the demonstration of how to install php redis extension in ubuntu. This article will gi…..
#PHP Ubuntu
By Hardik Savani | Jan 04, 2024


How to Install PHP 8.3 with Nginx on Ubuntu 22.04?

Hi Dev,
In this short tutorial, we will cover a install php 8.3 nginx ubuntu 22.04. We will use install php nginx ubuntu 22.04. I’m going to show you about install php-fpm 8.3 ubuntu 22.04. We will …..
#PHP Ubuntu
By Hardik Savani | Jan 02, 2024


How to Get First Day of Month from Date in PHP?

<img src=”/upload/php-get-first-day-month.png” class=”post-img”>
Hi Folks,
In this example, I will show you php get first day of month from date. This example will help you php date first day of month…..
#PHP
By Hardik Savani | Jan 01, 2024



#Lara Info

How to Change Timezone in Laravel with Example

#Laravel
By Saim | Jan 01, 2024



#Lara Coding

How to Use a WHERE LIKE Condition in Laravel Eloquent

In this tutorial, you’ll learn to use WHERE LIKE in Laravel Eloquent in an example application. We’ll create a model, migration and seeder and search using LIKE
#Database
By Johan van den Broek | Jan 04, 2024