Skip to content

jazminereyes/employee-monitor

Repository files navigation

Getting Started

Please check the official laravel installation guide for server requirements before you start.Official Documentation

Clone the repository

git clone https://gitlab.com/fourptzero/employee_monitoring.git

Switch to the project folder

cd employee_monitoring

Install the project dependencies using Composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

Database Seeding

Run the seeder to seed test data

php artisan db:seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published