https://github.com/anburocky3/laravue-datatables
An simple app that implements client + server side datatable with multi-sort & filter features in Vue Frontend(Bootstrap 4) & Laravel Backend.
https://github.com/anburocky3/laravue-datatables
bootstrap4 datatables datatables-server-side-scripting laravel laravel-framework laravel58 vue vuejs2
Last synced: about 1 month ago
JSON representation
An simple app that implements client + server side datatable with multi-sort & filter features in Vue Frontend(Bootstrap 4) & Laravel Backend.
- Host: GitHub
- URL: https://github.com/anburocky3/laravue-datatables
- Owner: anburocky3
- License: mit
- Created: 2019-07-24T07:42:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:14:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T12:18:16.542Z (8 months ago)
- Topics: bootstrap4, datatables, datatables-server-side-scripting, laravel, laravel-framework, laravel58, vue, vuejs2
- Language: PHP
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Laravue-datatables app [Frontend UI | [Made on Vue.js](www.vuejs.org)]
Laravue-datatables is implementation of Datatables in Vue component. Its just a simple datatable app that contains both (client side | back side API endpoints). You can fork and use for your future projects. Good Luck!
1. Uses [Vuetable-2 Beta](https://github.com/ratiw/vuetable-2) package.
2. Implemented Client-side & server-side datatable examples. API Provided by the Vuetable2 author itself. You can use it for quick testing. (by ratiw)
3. Created an custom API for clearer knowledge in Laravel 5.8
4. Create thousands of fake data, ready to test.
5. Has full CRUD(Create, Read, Update, Delete) funtionalities interactively.
### Backend Service | [Made on Laravel](www.laravel.com)
We created an backend service API for implementing it quick to your projects.
### Screenshots
##### Front UI made with [Bootstrap Framework](www.getbootstrap.com)

##### Login Page

### Features
1. Full CRUD funtionalities.
2. Advanced filtering like Multi sort, Column wise sort.
3. Inbuild Pagination (Thanks to Laravel)
4. Search and filter the records
## Project setup
#### For Laravel
```
composer install
```
#### For Vue & other Javascript
```
npm install
```
#### For deploying Laravel app
```
php artisan serve
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Changelogs
- 24-06-2019 - **INITIATE** - Project initiated
### Credits
**Developer:** [Anbuselvan Rocky](https://fb.me/anburocky3)
**Vuetables2:** [Rati Wannapanop](https://github.com/ratiw/vuetable-2)