Skip to content

This the backup repository created for my project....

Notifications You must be signed in to change notification settings

Sagarhoraa/laravel-Repo-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel CVMS

Laravel Child Vaccination Management System.

Installation

Clone the project using SSH or HTTPS.

[email protected]/Sagarhoraa/laravel-Repo-.git

Run Locally

Go to the Project Directory

cd laravel-Repo

Create and configure the Database

sudo mysql -u <username> -p
create database laravel_cvms;

Install Dependencies

composer install

Generate Application Key

php artisan key:generate

Run the Database Migrations and Seeders

php artisan migrate:fresh --seed

Create a Symbolic Link to Storage

php artisan storage:link

Run the Server

php artisan serve

Author

About

This the backup repository created for my project....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages