Laravel Server Side Yajra DataTable - Load Large Data Within Few Seconds
Large Data or 1 million Data Quick Load within few seconds in Laravel Server Side DataTables
- Run the following in the command/terminal to create a new laravel project,
- Run the following in the command/terminal to install yajra datatables package,
- Check composer.json
- Add the following code file to config/app.php
- publish the configuration, run the following line in the terminal,
- in .env for database setup
- Add below files for list details in the table
- Finally, download the below SQL file to import into the database
1 million data SQL file - https://drive.google.com/file/d/1PGvg5hWaQRjEA78iPABpOhYIiwbtS1_w/view?usp=sharing
Note:
Comments
Post a Comment