Before you start
before you start Coding Laravel, make sure that your local machine has PHP and Composer installed. In addition, we recommend installing Node and NPM.
git Clone https://github.com/alphapuppey2/FixedAssetManagementSystem.git
Installing the dependencies
composer install
npm install
create new file name .env then Copy .env.examples to env then run this Command
php artisan key:generateMigrate 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 migrateRun Application
php artisan serveRun vite to watch for any update from the Frontend
npm run dev