How to create a progress bar in PHP using the Laravel Framework?

-1

Kindly, someone can help me. I need to create a progress bar for a PHP application using the Laravel framework. Example: When loading (displaying the DB list) a table with three thousand records displaying the status in a progress bar.

    
asked by anonymous 09.07.2018 / 15:03

2 answers

0

You have to use something like an AJAX request, or some frontend framework. So I could make a progress bar. Only with Laravel this is not possible.

    
18.07.2018 / 22:29
0

The laravel itself does not do that but I think that you are looking for chart JS you find what you want. Hope this helps. JS chart

    
18.07.2018 / 22:37