Level 41
If you validation and insertion is a job, you can maybe use this: https://github.com/imTigger/laravel-job-status
If you use Mattexcel for the file processing, you can use this: https://docs.laravel-excel.com/3.1/imports/progress-bar.html
I have a webpage which will take csv file as input. Then it will validate data. Finally, it will be inserted into the database.
I want a progress bar for that. For now I have already implemented a progress bar but only for the file upload part. I don't know how I can show the progress bar of validation and progress bar for database.
Can you show me the right direction?
Please or to participate in this conversation.