Category

Laravel

Laravel

Laravel Validation Rules

22 Rules from Alphametric StrongPassword: checks for “strong” password TelephoneNumber: valid telephone number RecordOwner: Requires the authenticated user’s id to match the user_id column on a given database record e.g. owner:posts,id MonetaryFigure: monetary figure e.g $72.33 DisposableEmail: email address which is…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
Laravel

Advanced Container Package for Laravel

Advanced Container for Laravel is a package that provides syntax sugars for Laravel container calls, bindings, and more. Here’s an example of binding services, singletons, and scoped interfaces with this package: With this package, you can do method binding using the…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
Laravel

Laravel API Response Helpers

Laravel API Response Helpers is a super simple package allowing for consistent API responses throughout your Laravel application: The goal of this package is to ensure consistent JSON API responses throughout an application. It provides a consistent way to respond instead…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
Laravel

Laravel 8 – CRUD Example

This article will share with you how to make a simple CRUD operation application in Laravel 8 for example. As you know Laravel 8 already release with many new features and functionality. This tutorial is for beginners. So, if any…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
Featured, Laravel

Laravel interview questions

What is Laravel? Laravel is an MIT license open source “PHP framework” based on the MVC design pattern. It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications
Laravel

Add text on the image using laravel 8

Intervention Image Intervention Image is an open source PHP image handling and manipulation library. It provides an easier and expressive way to create, edit, and compose images and supports currently the two most common image processing libraries GD Library and Imagick. The class is written…

You might also like
Level Up Your Laravel App: Generating AI Videos with Sora
DeepSeek Laravel: AI-Powered Search for Laravel Applications