How to Update Name and Email of Users in Laravel?

How to Update Name and Email of Users in Laravel? To know the Creation of project, User Authentication, Database Connection, Migration of tables. CLICK. Step 1. Go to resources/views/home.blade.php file…

Read more »

How to Generate New Password in Laravel?

How to Generate New Password in Laravel? Step 1. Create a new Project in Laravel, so Open git Bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash, so write down the following…

Read more »

How to Verify an Email in Laravel?

How to Verify an Email in Laravel? Step 1. Create a new Project in Laravel, so Open git Bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash, so write down the following…

Read more »

How to Login with Facebook, GOOGLE and twitter in Laravel?Part-2

How to Login with Facebook, GOOGLE and twitter in Laravel? Click this, Login with Facebook Here, we’ll start Login with Google. Step 1. Open this URL Google Developers Console to…

Read more »

How to Login with Facebook, GOOGLE and twitter in Laravel?Part-1

How to Login with Facebook, GOOGLE and twitter in Laravel? Step 1. Firstly, Create a new Project in Laravel, so open git bash. Write down the following command:- Step 2….

Read more »

How to Create a Simple Login Authentication System in LARAVEL?Part-2

How to Create a Simple Login Authentication System in LARAVEL? Firstly, Visit this Blog Part-1. Step 15. Now add these classes within MainController file. Step 16. Create a function checklogin…

Read more »

How to Create a Simple Login Authentication System in LARAVEL?Part-1

How to Create a Simple Login Authentication System in LARAVEL? Firstly, we’ll create a new project for this. Step 1. Go to XAMPP/htdocs folder -> right Click->Open Git Bash Here Step…

Read more »

How to show City List as per Country and State select in DropDown using AJAX in Laravel? Part-2

How to use AJAX in DropDown in Laravel? Example as in Country, State, and City. To Click Part-1 of its first blog. Now, we’ll start the next part of this….

Read more »

How to show City List as per Country and State select in DropDown using AJAX in Laravel? Part-1

How to use AJAX in DropDown in Laravel? Example as in Country, State, and City. What is the DropDown? Create a dropdown box that appears when the user moves the…

Read more »

How to implement CRUD functions in the Laravel PHP Framework? Part-3

How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-2, We have seen create() store() and index() functions. Step 18. Go to app/Http/Controller/CustomerServiceController.php and in that we have to…

Read more »

How to implement CRUD functions in the Laravel PHP Framework? Part-2

How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-1, We have seen that how we start to implement CRUD functions. Step 12. Now, Go to…

Read more »

How to implement CRUD functions in the Laravel PHP Framework? Part-1

How to implement CRUD functions in the Laravel PHP Framework? Within computer programming, the acronym CRUD stands for create, read, update and delete. Step 1. Create a DataBase CustomerService. Step…

Read more »

How to Display Navigation Menus of our Custom Theme in WordPress? Part-8

How to Display Navigation Menus of our Custom Theme in WordPress? In blog Part-7, we have seen how to register Navigation Menus of our Custom Theme. We have to create…

Read more »

How to Register Navigation Menus of our Custom Theme in WordPress? Part-7

How to Register Navigation Menus of our Custom Theme in WordPress? What are the Navigation Menus? Navigation-Menus are customizable menus in your theme. They allow users to add Pages, Posts,…

Read more »

How to Create a Custom Page of Custom Theme in WordPress? Part-6

How to Create a Custom Page of Custom Theme in WordPress? Why to use Custom Page? Customized page templates allow you to individualize any part of your WordPress site without affecting the…

Read more »

How to Create a Page in WordPress? Part-5

How to Create a Page in WordPress? What is a page in WordPress? WordPress allows us to create pages by default and its theme controls the appearance of our pages…

Read more »

How to create a WordPress custom theme? Part-4

How to create a WordPress custom theme? It’s looking improper yet, therefore we have to set the path of CSS and JavaScript to make it on proper website. So, go…

Read more »

How to create a WordPress custom theme? Part-3

How to create a WordPress custom theme? In this blog, you’ll see how to call these files to each other. WordPress divided the all files to understand clearly. The basic…

Read more »

How to create a WordPress custom theme? Part-2

How to create a WordPress custom theme? What is the WordPress theme? The WordPress Themes are files that work together to create the design and functionality of a WordPress site. Themes…

Read more »

How to print a star pattern in PHP embedded in HTML? -6

How to print a star pattern in PHP? What is star pattern? Star Pattern is the series of such character like (*) or another characters can be used to print…

Read more »