https://github.com/devxarif/skillmastary
SkillMastary - Learning Management System
https://github.com/devxarif/skillmastary
Last synced: 4 months ago
JSON representation
SkillMastary - Learning Management System
- Host: GitHub
- URL: https://github.com/devxarif/skillmastary
- Owner: devxarif
- Created: 2023-08-13T17:29:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-24T06:38:47.000Z (10 months ago)
- Last Synced: 2025-08-24T13:48:30.548Z (10 months ago)
- Language: HTML
- Size: 26.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```bash
# Clone the repo
git clone https://github.com/devboyarif/leave-management-system.git
# Install composer dependency
composer install
# Install node modules
npm install / yarn
# Copy environment file
cp .env.example .env
# Set the Application key
php artisan key:generate
# setup the database credentials and migrate database with seeders
php artisan migrate --seed
```