Getting Started

Setup EduFirm on Cpanel Live Server

Laravel provides a clean, fluent API for defining basic build steps for your Laravel application. Laravel supports several common CSS and JavaScript pre-processors.

Prerequisites:

Please follow the below steps to install and set all prerequisites:

  • PHP 7.4*

    Make sure you have the PHP 7.4* compatible server.

1. Unzip UnlimitedEduFirm Script, where you want to install it.
2. Manage Database.
  • Create

    create database with database user and password. set this detail at step no 3-a.

  • Import

    Import provided database File on phpmyadmin.

3. Setup Environment with .env
a) Please fill in your DB credentials in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=EduFirm_laravel
DB_USERNAME=root
DB_PASSWORD=
b) Please fill in your email credentials in the .env file.
MAIL_MAILER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS="support@example.com"
MAIL_FROM_NAME="${APP_NAME}"
c) Please fill in your Unlimited Edu Firm Purchase Code. Which you get from https://codecanyon.net download section.
PURCHASE_CODE=
3. Create .htaccess on the root with the following code to redirect the public folder. If you don't want to redirect main domain access with <yourdomain>.com/public
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
4. Done.
  • start

    hit your url, where you installed now and Manage your school/college.

  • Login with default user detail:

    Email: superadmin@unlimitededufirm.com
    Password: admin


OPTIONAL: Please run the below command to generate the new key.
php artisan key:generate
OPTIONAL: Please run the following commands to clear all cache from the project.
php artisan optimize:clear

Setup EduFirm with Xampp Server

Laravel provides a clean, fluent API for defining basic build steps for your Laravel application. Laravel supports several common CSS and JavaScript pre-processors.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Xampp

    Make sure to have the Xampp installed & running in your computer. PHP Version 8.1 or Higher must be required for Laravel 10.

  • Composer

    Make sure to have the Composer installed & running in your computer. make sure the composer version must be 2.2.0 or Higher.

  • Nodejs

    Make sure to have Node.js installed & running on your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than equal to 18.

  • Git

    Make sure to have Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.

Follow Steps:

If you want to install Unlimited Edu Firm with Xampp. Follow *Setup EduFirm on Cpanel Live Server* step 1 to 4

© EduFirm.
Design & Develop by Mr. Umesh Kumar Yadav