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 1.88K
#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 1.34K
#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 30, 2022 2.4K
#Laravel  #PHP  #Laravel 9 
Python Tuples Tutorial

Python Tuples Tutorial

Today you will learn about tuple in Python with simple example. I will explain what are tuples? how to use them? show use case in real world example with built-in methods which come with tuple...

Sovary June 29, 2022 1.23K
#Python 
Remove Record no Reload Page using Ajax in Laravel

Remove Record no Reload Page using Ajax in Laravel

We will make a short example using Ajax make request to delete a record in Laravel. In Laravel 5, Laravel 6, Laravel 7, Laravel 8 and Laravel 9 will work the same when you understand how backend Laravel accept the request. I will show example with Jquery Ajax make request from client and accept the request with Laravel 9...

Sovary June 27, 2022 1.61K
#JQuery  #Laravel  #PHP  #Ajax  #Laravel 9 
Laravel 9 Basic CRUD Operation with Pagination for Beginner

Laravel 9 Basic CRUD Operation with Pagination for Beginner

In this article you will learn how to build basic CRUD operations in Laravel 9. We will give simple example about student management board to add, update, delete, and remove the student from the list with pagination tutorial...

Sovary June 25, 2022 2.47K
#Laravel  #PHP  #Laravel 9 
Python What is Function? Using def Keyword

Python What is Function? Using def Keyword

Hey fresher, today we will look at what is functions? how to use functions? Also how to create function in Python? we will dive deep to each component and type of functions...

Sovary June 24, 2022 1.09K
#Python 
Python Classes and Objects Example

Python Classes and Objects Example

Today we are going to learn about what is class and object in Python. We will go through step by step with simple explain for beginner to catch up easily. We will give use-case example, so that you will good to go in future programming tutorial. ..

Sovary June 24, 2022 1.18K
#Python 
Laravel 9 Ajax Image Upload in Database

Laravel 9 Ajax Image Upload in Database

We will explain detail in Laravel 9 using Ajax to upload image and preview on webpage before upload. You will learn upload image using Ajax in Laravel 9 with validation. We will try to find simple example to show how..

Sovary June 23, 2022 1.75K
#JQuery  #Laravel  #PHP  #Ajax  #Laravel 9 
Laravel 9 Resize Thumbnail Image Before Upload

Laravel 9 Resize Thumbnail Image Before Upload

Today you will learn about Laravel 9 image resize example, I will explain how to resize an image in Laravel before upload to server. We will use the intervention/image composer package. The package Laravel intervention have..

Sovary June 19, 2022 1.61K
#Laravel  #PHP  #Laravel 9 
Search