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.
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.
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.
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