vasko5petrov / employee_dir

Employee directory with laravel 5.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Directory application

Introduction

What is this application?

  • A web application for human resource management.
  • It's free for all of you. Open source, too. :)

Releases

Demo deployment

Functionalities

Administration

Department management

Employee management

Other notes

  • All form inputs have validation: email format, Vietnam phone number, image types (jpeg, png),...
  • Department & Employee main pages have pagination (if over 10 rows).
  • Responsive views.

Installation (for developers)

  • Step 1: Clone this repository:
git clone https://github.com/trieudh58/employee_dir.git
  • Step 2: Rename .env.example to .env. Then, set up your local environment variables:
...
APP_URL=http://localhost
...
DB_DATABASE=<your_database_name>
DB_USERNAME=<your_mysql_username>
DB_PASSWORD=<your_mysql_password>
  • Step 3: Update dependencies:
composer update
  • Step 4: Generate a app_key, migrate database and seed some data into database:
php artisan generate:key
php artisan migrate
php artisan db:seed
  • Step 5: Now, you can start your app with the following command:
php artisan serve

and visit localhost:8000 to see the miracle. :)

Contributors

About

Employee directory with laravel 5.2


Languages

Language:JavaScript 50.7%Language:CSS 21.6%Language:PHP 14.8%Language:HTML 12.8%Language:ApacheConf 0.1%