Welcome to the Construction Diary Project repository! This project was created in 2018 as part of my graduation requirements. It served as a comprehensive construction diary management system, allowing users to document and track construction activities, progress, and important events.
- composer install
- npm install -g gulp bower
- npm install
- bower install
- gulp
- create .env file from .env.example
- php artisan key:generate
- create database and add it to .env file
- php artisan migrate
- php artisan db:seed
- chmod -R 755 storage
- chmod 755 bootstrap/cache