An open API service indexing awesome lists of open source software.

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.

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)

![Homepage](/screenshots/1.png?raw=true "Homepage")

##### Login Page

![Laravel API](/screenshots/2.png?raw=true "Laravel API")

### 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)