Tag PHP found of 100 results

Laravel Query whereDate & whereDay Example

Laravel Query whereDate & whereDay Example

Today we will see example of using whereDate and whereDay. We are going to learn about eloquent query whereDate and whereDay in Laravel with examples below. Look at the examples to see how different using whereDate and whereDay...

Sovary July 20, 2022 407
#Laravel  #PHP  #Query Builder 
Laravel 9 Login Multiple Roles using Custom Middleware

Laravel 9 Login Multiple Roles using Custom Middleware

In Laravel middleware will filter all http requests when there is client making request, for example we can find out which request is unauthorized and need to redirect to login page or to register page...

Sovary July 13, 2022 12.86K
#Laravel  #PHP  #Laravel 9  #Laravel Middleware 
How to Redirect HTTP to HTTPs in Laravel

How to Redirect HTTP to HTTPs in Laravel

Hello friends today we will learn how to force redirect Laravel app http protocol to https protocol. We will give you example how to force redirect protocol using .htaccess file in hosting server, so that you can apply in your hosting Laravel project...

Sovary July 13, 2022 562
#Laravel  #PHP 
Laravel 9 Add Charts Using Chart.Js Example

Laravel 9 Add Charts Using Chart.Js Example

Hello today we are going to implement charts in Laravel 9. For better understand we will give example of Laravel 9 with chartjs. This tutorial will be simple example for beginner to start how to add chart in Laravel 9...

Sovary July 9, 2022 791
#Laravel  #PHP  #Laravel 9 
Laravel 9 Generate Report Save as PDF Example

Laravel 9 Generate Report Save as PDF Example

Today topic we are going to discuss how to create a report PDF in Laravel 9. We are going to install DomPDF package via composer. The package will help to generate pdf report file in laravel 9 which we pass data from controller..

Sovary July 7, 2022 1.09K
#Laravel  #PHP 
Laravel 9 Add Google reCaptcha v2 Example

Laravel 9 Add Google reCaptcha v2 Example

Laravel 9 Add Google reCaptcha v2 Example; this article will help you to implement reCaptcha v2 in Laravel 9. reCaptcha can avoid your site from spam and abuse which help your site more secure...

Sovary July 5, 2022 522
#Laravel  #PHP  #Laravel 9 
Laravel 9 Get Locations By IP Address

Laravel 9 Get Locations By IP Address

Laravel 9 get locations country name, country code, city name, and address from user IP; In this article, we are going to explain how to get country info city name, postal code and address latitude, longitude from user IP address in Laravel 9 with package tevebauman/location...

Sovary July 5, 2022 602
#Laravel  #PHP  #Laravel 9 
Laravel Create URL Slug for SEO Optimize

Laravel Create URL Slug for SEO Optimize

Today, I will take a short part to demo how we can customize record from integer to slug URL look neat and help boost SEO optimization...

Sovary July 4, 2022 563
#Laravel  #PHP  #Laravel 9 
Format Shorten Number to Readable 1000 to 1k

Format Shorten Number to Readable 1000 to 1k

Hi my friends, today we will show you how to format any number length to K/M/B which are 1,000 to 1K or 1,000,000 to 1M. These formats you might see in YouTube to show either subscriber or view count. With various method below will help you to convert those number to shorten number and you can apply in Laravel or other platforms which support PHP...

Sovary July 1, 2022 521
#PHP 
Laravel Estimate Article Reading in Minutes

Laravel Estimate Article Reading in Minutes

We will implement how to estimated reading time in article. In article blog we can show how long will finish reading with simple implement method. Today I will show real quick example to implement estimate time reading in blog article...

Sovary June 29, 2022 1.07K
#Laravel  #PHP  #Laravel 9