Skip to content
 
 

Latest commit

 

History

930 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

FixedAssetManagementSystem

Before you start

Installation

before you start Coding Laravel, make sure that your local machine has PHP and Composer installed. In addition, we recommend installing Node and NPM.

Link

PHP

composer

node

Run commands

Git Clone

git Clone https://github.com/alphapuppey2/FixedAssetManagementSystem.git

Installing the dependencies

composer install
npm install

Create a Environment for DB Connection

create new file name .env then Copy .env.examples to env then run this Command

php artisan key:generate

Migrate from the Database

  • Before this Make sure to check the DB connection found in .env
  • if .env is not found in the project-app create .env and copy paste from .env.example to .env
php artisan migrate

Run Application

php artisan serve

Run vite to watch for any update from the Frontend

npm run dev

About

For Capstone

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages