Laravel

Laravel

9
30
2

Laravel Pint & VS Code: Automate Your Code Formatting

Laravel Pint is an opinionated PHP code style fixer built on top of PHP-CS-Fixer, designed to simplify the process of ensuring clean and consistent code style in Laravel projects. (...)
Harish Kumar
Laravel Pint & VS Code: Automate Your Code Formatting
0
0
2602

Laravel Clockwork: A Deep Dive into Debugging, Profiling Skills and Best Practices

In the world of web development, building complex applications often comes with the challenge of identifying and resolving performance bottlenecks. This is where a reliable debugging (...)
Harish Kumar
Laravel Clockwork: A Deep Dive into Debugging, Profiling Skills and Best Practices
0
0
6665

Effortless PDF Generation in Laravel: A Guide to Using Spatie/Browsershot Package

Looking to generate or export PDF files using Laravel? Look no further! In this article, we'll guide you through using the Laravel spatie/browsershot package to seamlessly convert (...)
Harish Kumar
Effortless PDF Generation in Laravel: A Guide to Using Spatie/Browsershot Package
0
0
2422

Spatie Activity Log with Fortify

Asked by Bülent Sakarya ·
Hi. I am using fortify for auth. I need to log user auth events. I've created a loginlistener file. public function handle(Login $event): void { activity()->log('Logged (...)
0
1
2580

error in installing 'composer require nao-pon/flysystem-google-drive:~1.1'

Asked by Hossein ·
the error is: [[ Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 41943040 bytes) in phar:///usr/local/bin/composer1.phar/src/Composer/DependencyResolver/RuleSet.php (...)
0
1
3993

Part #3: Rule objects based custom validation in Laravel

Laravel comes with multiple ways to add custom validation rules to validate form request inputs. I have already explained some of the ways in the following article links:
Harish Kumar
Part #3: Rule objects based custom validation in Laravel
0
0
3095

Part #2: How to use Laravel's Validator::extend method for custom validation

Validation is important in any application as it validates a form before performing actions on it. It allows the user to know their input is accurate and confident about the operation (...)
Harish Kumar
Part #2: How to use Laravel's Validator::extend method for custom validation
0
0
6139

Part #1: Closure-based Custom Laravel Validation

While I was working with Laravel, validation using closure came to my mind, and I know it will be helpful to you. This tutorial assists you with all what is the difference between (...)
Harish Kumar
Part #1: Closure-based Custom Laravel Validation
0
0
3812

How to use the enumerations(Enums) of PHP 8.1 in Laravel?

The release of PHP 8.1 brings native enumerations to PHP. There is no more requirement for custom solutions in your Laravel projects since the Laravel v8.69 release has you back. (...)
Harish Kumar
How to use the enumerations(Enums) of PHP 8.1 in Laravel?
0
0
6392

Mobile App Development Process

With businesses adopting a mobile-first approach and the growing number of mobile apps, successful mobile app development seems like a quest. But it’s the process that determines (...)
Narola Infotech
Mobile App Development Process
0
1
1339