Skip to content

PHP Laravel

How To Install Laravel on Windows, macOS, and Linux

Learn everything you need to know to install Laravel on your operating system of choice, from Windows to macOS to Linux.
Reading time
13 min read
Publish date
May 30, 2023
Topic
PHP Laravel
Topic
Web Development Languages

All Articles

Authentication in Laravel Using Breeze

Learn all about the features of Laravel Breeze, compare it to other Laravel starter kits, and learn the installation process in this tutorial.
Reading time
6 min read
Publish date
May 26, 2023
Topic
PHP Laravel

Laravel API: Create and Test an API in Laravel

Learn how to perform testing APIs using in Laravel by creating a model that you can use to build the API in Laravel.
Reading time
8 min read
Publish date
May 9, 2023
Topic
PHP Laravel

Using Laravel Scout To Enable Full-Text Search

Learn all about Laravel Scout, how to install it in a Laravel project, and how to use the library to enable full-text search.
Reading time
18 min read
Publish date
May 8, 2023
Topic
PHP Laravel

Data Validation in Laravel: Convenient and Powerful

Laravel validation ensures data in your applications is valid, accurate, meets all system requirements, and is powerful and convenient.
Reading time
8 min read
Publish date
May 2, 2023
Topic
PHP Laravel

How To Generate and Use Fake Records with Laravel Model Factories

Laravel Model factories define database records in a predictable and easily replicable way. Learn how to get comments data without real user comments.
Reading time
9 min read
Publish date
April 28, 2023
Topic
PHP Laravel

How To Use Laravel’s Built-In Client to Interact with External APIs

Dive in with us and explore using Laravel’s HTTP client to make requests, debug responses, create middleware and macros, and more.
Reading time
7 min read
Publish date
April 24, 2023
Topic
PHP Laravel

Laravel Forge: Control Your PHP Servers With Ease

Laravel Forge acts as your server manager. Learn how it works, its main features and deployment options, and how it compares with Kinsta
Reading time
5 min read
Publish date
March 28, 2023
Topic
PHP Laravel

A Comprehensive Guide To Laravel Authentication

Level up your web app's security with Laravel authentication. Get started with best security practices and learn to grant secure access.
Reading time
22 min read
Publish date
March 22, 2023
Topic
PHP Laravel

Laravel vs WordPress: A Head-to-Head Comparison

Should you use Laravel or WordPress for your next project? Learn the differences between these popular technologies to make the best choice.
Reading time
25 min read
Publish date
March 17, 2023
Topic
PHP Laravel
Topic
Web Development Tools
Topic
WordPress Development

What’s New in Laravel 10: A Deep Dive Into the Latest Updates and Features

In this article, we will take you on a journey through Laravel 10’s new features, fixes, and freshly deprecated methods and packages.
Reading time
28 min read
Publish date
January 25, 2023
Topic
PHP Laravel

Mastering Laravel Routes

Routing is one of the most important aspects of any backend application. Use this guide to gain a firm grasp of Laravel routes and routing.
Reading time
11 min read
Publish date
December 12, 2022
Topic
PHP Laravel

How To Use Inertia.js in Your Laravel Projects

In this article, we’ll explore how to use Inertia.js alongside Laravel, Vue, and Tailwind CSS to create a modern web app.
Reading time
31 min read
Publish date
December 7, 2022
Topic
PHP Laravel