Skip to content

tejastg007/laravelsms

Repository files navigation

Student Management System

Installation

php version >=7.3 and composer required.

Run the following commands

composer Install - to install required packages
npm install - to install npm dependencies
cp .env.example .env - to create environment (.env) file
now create database and add credentials in .env file
php artisan migrate - to create tables in database
php artisan db:seed - to create a admin 
default credentials for admin - 
email:tejas@gmail.com
password:12345678

note:first delete avatars folder from public folder and run below command
php artisan storage:link - to create symbolic links
php artisan key:generate - t0 generate key
php artisan cache:clear
php artisan config:clear
php artisan serve - to run the application

    

About

laravel student management system for private computer institution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages