Blog Standard

Introduction to Laravel 9

Laravel is a MVC php Framework created by  Taylor Otwell.Laravel is a powerful toolkit to create full featured web applications.Laravel basically an open source software with rich functionalities which helps us create our website effectively. 

Laravel 9 is the new version of laravel framework released  on 8th february 2022.Laravel 9 adds many useful  new features. 

  • Requirements of Laravel 9

The I...

Read More
Blog Standard

Razorpay Laravel-Integration

In the daily life accepting payments through website are common. For that you must need a payment gateway which is integrfated with our website or web application. Introducing the simplest way to integrate Laravel with Razorpay,

At First,

Create an account on razorpay: https://razorpay.com/

  1. Signup and Login to Razorpay.com  and set the testmode on.

6966

Read More
Blog Standard

ReactJs Intro for Beginners

A javascript library for building fast and interactive user interface. It was developed by facebook in 2011, currently it's the most popular javascript library.
The working of ReactJS is on component based.

Components:

A component is a piece of User Interface(UI). When building application using ReactJS, It build a punch of independent, isolated and reusable components. And then compose them to build complex user interfaces.

Every reac...

Read More