Hello World, welcome to my website. Today i am going to create a tutorial series of laravel 5. In this series, we will create a project from scratch. I have divided this series in following parts.
- Project Introduction and technologies
- Setup laravel 5 on local system and create hello world app
- Create custom admin login with laravel 5
- Create, Read, Update and delete with Laravel 5
- Attendance Sheet Management in Laravel 5
- Salary Management in Laravel 5
- Upload Laravel 5 Project on Shared Hosting
I will cover the first part of the series in this article. I hope you will enjoy and learn from this series.
Project Introduction
We will create an employee management system in this series. Following features will be available in this project.
- Panel Login
- Employee CRUD
- Employee Attendance Sheet
- Employee Salary Card
Panel Login
In this section, Admin will log in with username and password (Saved in the database). After successfully logged in, the admin will redirect on the dashboard.
Employee Crud
In this section, admin can create, read, update and delete the employee data.
Employee Attendance Sheet
In this section, admin can add, update and delete attendance of the specific employee. Admin can also see the attendance report of a specific employee.
Employee Salary Card
In this section, the admin can manage the salary of the employee. Admin can also see the salary report of a specific employee.
Technologies
In this tutorial series, the following technologies will be used.
- Laravel 5.8
- MySQL
- Bootstrap 4
- Bootstrap Datepicker
- Font Awesome 4
- Jquery 3.3.1
- DataTable