- User Name: admin@mail.com
- Password: 12345678
- php artisan queue:work
- userInfoController: Implemented upload and store process methos.
- uploadCsvFileReportController: Implemented report generation methods in this controller.
- User_infos Table: Stored user data in this table.
- csv_file_upload_reports: Stored uploaded file short report in this table.
- ProcessUserInfoCsv: Implemented Job Process in this file.
- Laravel ui
- yajra/laravel-datatables
- laravolt/avatar
- php-flasher/flasher-toastr-laravel
- layouts/backendapp: Master app.
- home.blade: Uploaded form html markup.
- user_info/index.blade: Displayed all data in this file.
- user_info/report.blade: Displayed uploaded csv file report in this file.