Skip to content
← Back to projects

Laravel Datatables Demo

The Laravel Framework.

#Datatables.net + Laravel 5.5 Demo

Simple mini-project with Laravel 5.5, showing capabilities of Datatables.net library - with default and Server-Side rendering.

Laravel AJAX Datatables


#How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it - load the homepage

#License

Please use and re-use however you want.


#More from our LaravelDaily Team

New version available.