MusheAbdulHakim / Laravel-Smarthr

A complete hr management system developed with the laravel framework.

Home Page:https://smarthr.musheabdulhakim.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues Forks Stars

Features

  • Admin Backend

    1. Contact App
    2. Filemanager app
    3. Employees
    4. Holidays
    5. Employee
    6. Departments
    7. Designations
    8. Clients
    9. Policies
    10. Jobs
    11. Job Applicants
    12. Assets
    13. Users
    14. Application Settings
  • Frontend

    1. Jobs List
    2. View Job
    3. Apply for job

Installation

Follow these steps to install the application.

  1. Clone the Repository
git clone https://github.com/MusheAbdulHakim/Laravel-Smarthr.git

  1. Go to project directory
cd Laravel-Smarthr

  1. Install packages with composer
composer install

  1. Create your database

  2. Rename .env.example to .env Or copy it and paste at project root directory and name the file .env.You can also use this command.

cp .env.example ./.env

  1. Generate app key with this command
php artisan key:generate

  1. Set database connection to your database in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=smarthr
DB_USERNAME=root
DB_PASSWORD=

  1. Import smarthr.sql file in the database folder, or run migrations Use this command to run migrations and seeders
php artisan migrate --seed

  1. Start the local server and browser to your app. This command will start the development server
php artisan serve

  1. Open the address in the terminal in your browser.Usually address is usually like this:
http://127.0.0.1:8000

  1. Enjoy and make sure to star the repo :).Report bugs,features and also send your pull requests I will be happy to merge them.

admin login credentials

 email: admin@admin.com
 password: admin

#screenshots

ScreenShot Dashboard Dashboard Dashboard

Theme

https://themeforest.net/item/smarthr-bootstrap-admin-panel-template/21153150

Checkout a complete version of the application with much more features here

Premium Demo

About

A complete hr management system developed with the laravel framework.

https://smarthr.musheabdulhakim.dev


Languages

Language:Blade 34.9%Language:PHP 19.4%Language:HTML 19.2%Language:CSS 17.9%Language:JavaScript 8.6%