Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- This System was the first ever job acheiving system.
- As per the requirements, the system intend to use relate customers with the users.
- The system divides customers with the users equally. Resulting in creating a realtionship of Customer and User!
- If there are 2 Users in the database and an uploaded excel file includes 10 Customers. 5 Customers will relate with each user.
- Used CoreUI to develop the frontend
- Used Laravel Excel by Spartner to process excel sheets. This Package is amazing.
- It includes Side Nav bar to make the processing simpler and amazing
A Production version will be launched soon
- This System was Developed in
10 hours
-
composer install
-
npm i
-
npm run dev
-
cp .env.example .env
-
Write DB name in
.env
file
php artisan migrate --seed
php artisan serve
View All Users:
System image
Add Users:
System image
Upload Excel File: System image