Create Vuejs Website with Vue CLI
Vue.js

How to Create Vuejs Website with Vue CLI And Vue Router

The first two things that come to my mind when I think about creating a website with Vuejs are Vue CLI and Vue Router, but Why? First, Vue CLI makes

Read More
Laravel API
Laravel

Laravel Secure RESTful API CRUD With Access Token tutorial

Sometimes we need to build a single-page application or we just need two applications to talk to each other for example backend Laravel app needs to communicate with the frontend Vuejs app, here comes the RESTful API solution.

Read More
WordPress Configuration
WordPress

How to configure the database after deploying WordPress to cPanel

After deploying a WordPress website to cPanel on shared hosting or server, you may wonder where you can configure the database connection. So that, you can use the admin dashboard and the website start to work correctly.

Read More
WordPress Configuration
WordPress

How to fix htaccess file for WordPress and stop its redirecting to 8080 after deploying to cPanel.

Your WordPress website was working very well on your local machine and once you upload it to cPanel on shared hosting, it didn’t work as expected.

Read More
Laravel CRUD web application tutorial with Example
Laravel

Laravel CRUD web application tutorial with Example

In this tutorial, I’m going to explain to you how to create a sample CRUD Laravel web application with code example from the real world for inserting, editing, showing, and delete data from the database that will put you in the start position. we use Laravel 8, so let get started.

Read More