All Projects → freshbitsweb → laratables-demo

freshbitsweb / laratables-demo

Licence: other
Demo of the Laratables package

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to laratables-demo

datatable-examples
Using DataTables plug-in for jQuery
Stars: ✭ 29 (+38.1%)
Mutual labels:  datatables, datatables-serverside, datatables-ajax
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (+238.1%)
Mutual labels:  datatables, datatables-ajax
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+52604.76%)
Mutual labels:  datatables
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+471.43%)
Mutual labels:  datatables
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (+780.95%)
Mutual labels:  datatables
Datatables Bundle
DataTables bundle for Symfony
Stars: ✭ 142 (+576.19%)
Mutual labels:  datatables
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (+814.29%)
Mutual labels:  datatables
Querybuilderparser
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
Stars: ✭ 126 (+500%)
Mutual labels:  datatables
Simple-UI-Semantic-UI-Admin
Free Semantic UI (Fomantic-UI) Admin Template
Stars: ✭ 50 (+138.1%)
Mutual labels:  datatables
Mvc.jquery.datatables
ASP MVC Helpers for connecting IQueryables with the amazing DataTables.net plugin
Stars: ✭ 179 (+752.38%)
Mutual labels:  datatables
laravel-vue-datatable
Vue.js Datatable made for Laravel
Stars: ✭ 153 (+628.57%)
Mutual labels:  datatables
Company Website Pro
现代公司企业官网以及电子商务产品网站
Stars: ✭ 172 (+719.05%)
Mutual labels:  datatables
Bovespastockratings
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
Stars: ✭ 154 (+633.33%)
Mutual labels:  datatables
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (+1047.62%)
Mutual labels:  datatables
Sqlalchemy Datatables
SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
Stars: ✭ 136 (+547.62%)
Mutual labels:  datatables
two-factor-authentication
Two Factor Authentication for Laravel
Stars: ✭ 21 (+0%)
Mutual labels:  laravel-5-package
Jupyter Datatables
Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
Stars: ✭ 127 (+504.76%)
Mutual labels:  datatables
Mui Datatables
Datatables for React using Material-UI - https://www.material-ui-datatables.com
Stars: ✭ 2,246 (+10595.24%)
Mutual labels:  datatables
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (+795.24%)
Mutual labels:  datatables
laravelmanthra
Laravel Crud Generator, I have working for years and I can tell you... It's all CRUD 💩💩💩
Stars: ✭ 27 (+28.57%)
Mutual labels:  laravel-5-package

Demo of Laratables

Online Demo - https://laratables.freshbits.in

This repo contains the code for the demo of Laratables package.

Installation

You can also download and run this app locally.

  1. Clone the repo:
git clone https://github.com/freshbitsweb/laratables-demo.git [DIRECTORY_NAME]
  1. Create .env file from the example file:
php -r "file_exists('.env') || copy('.env.example', '.env');"
  1. Setup .env variables (Mainly APP_URL and DB_DATABASE)

  2. Run following commands:

composer install
php artisan key:generate
php artisan migrate --seed

Done.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].