Datatables.net + Laravel 5.5 Advanced Demo
Simple mini-project with Laravel 5.5, showing some advanced capabilities of Datatables.net library - with Server-Side rendering.
Used package: yajra/laravel-datatables
Based on the tutorials and examples from their official documentation.
Five examples include:
Example 1. Row details
Example 2. Master details
Example 3. Search for each individual columns (see on the bottom)
Example 4. Row attributes
Example 5. Carbon formatting (See updated_at column)
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
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- FREE E-book: 50 Laravel Quick Tips (and counting)
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses