Top

Let's begin

Thank you for buying the Riho admin template

Main dependancies
  • css
  • scss
  • Bootstrap v5.3.2
  • Jquery v3.7.1

Riho Admin is a responsive Laravel 12 template that is based on blade template. Blade is the simple, yet powerful templating engine. It will be easier to create multiple layouts and extend them in different pages, solving the problem of code repitation. We have used laravel vite-based build tools and scss variables-based modes along with RTL supported. Riho Laravel Admin Dashboard Template is easily customizable and developer-friendly code. It will help your team move faster and save development costs and valuable time.


Before you start working with the template, we suggest you go through the pages that are bundled with the theme. Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.

How To Start

Before starting a project, it is very important that you complete all the pre-requisites for the project.

Server Requirement

To meet the minimal requirements of an application to run, the following features must be available in your system.

You can check it in your terminal window using these commands :

For node version

node --version

For npm version

npm --version

Verify your server

For Riho Laravel theme to run, you must have a configured Apache/Nginx Server for linux. If you have Windows, you should have an XAMPP server configured.

Verify php

Open the terminal or command prompt by running the next command on your terminal, verify the PHP version. PHP v8.2 or a more recent version is needed.

php -v

If you haven't installed it, be sure to install it first.

PHP Extensions

The following PHP extensions need to be enabled on your server.

  • PHP >= 8.2
  • Ctype PHP Extension
  • cURL PHP Extension
  • DOM PHP Extension
  • Fileinfo PHP Extension
  • Filter PHP Extension
  • Hash PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PCRE PHP Extension
  • PDO PHP Extension
  • Session PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
You can check whether the above extension is installed or not, Open the terminal or command prompt and type the php -m command.