Skip to content

amitbauriya/laravel-datatables-crud

Repository files navigation


Laravel Datatables Crud Introduction

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.

About Laravel

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:

About Yajra Datatables

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

Requirements


  • Composer
  • PHP >7.0
  • Laravel >5.8
  • Laravel DataTables v8.x|v9.x

Documentation


Installation

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

Screenshot

Screenshot

Security Vulnerabilities


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.

License

The Laravel framework is open-sourced software licensed under the MIT license.