This project is created to handle crud operations through Yajra DataTables plugin via AJAX option.
Data tables whose behavior and appearance have be extended by components. For example authentication with email verify support, sorting, pagination or search the table. Added Import and Export option provided.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
Official documentation of Yajra DataTables is available at yajra.com
- Composer
- PHP >7.0
- Laravel >5.8
- Laravel DataTables v8.x|v9.x
- Laravel DataTables Documentation
- Demo of yajra-datatables is available for artisan's reference.
Config database and email through .env in root directory
composer install
php artisan migrate
php artisan serve or php -S localhost:8000 -t public/
Run http://localhost:8000 in web browser
If you discover a security vulnerability within Laravel, please send an e-mail to Amit Bauriya via amit001bauriya@gmail.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.