Laravel Datatables Package Demo App

Overview

#Laravel Datatables Demo App

Datatables Package for Laravel 4|5

Latest Stable Version Total Downloads Build Status Latest Unstable Version License

This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM or Fluent Query Builder.

Note This demo app aims to guide artisan developers on how to use the package by examples.

Installation

Step 1: Get the code

  • Option 1: Git Clone
git clone https://github.com/yajra/laravel-datatables-demo.git laravel

Step 2: Use Composer to install dependencies

  • cd /path/to/laravel
  • composer install

Step 3: Perform default commands for new projects

  • php -r "copy('.env.example', '.env');"
  • php artisan key:generate

Step 4: Configure your database

  • Check Laravel's Documentation for setting up the database configuration

Step 5: Run migrations and seeders

  • cd /path/to/laravel
  • php artisan migrate --seed

Step 6: Start Accessing the Demo Site

You might also like...
The best squirrel tracker. Ever. (A demo app for LaravelSF meetups)

LaraSqrrl Identify and track squirrels via text, now using AWS Rekognition! Created for the November 10th, 2015; February 9th, 2016; May 10th, 2016; a

Slim Jam is a demo application to provide examples for composer package, PHPSpreadsheet, Shopify API etc. usages.

SLIM JAM Slim Jam is a demo application to provide examples for composer package, PHPSpreadsheet, Shopify API etc. usages. This project aims to take a

Laravel & Hasura Demo

Laravel & Hasura Demo

A Laravel 8 and Livewire 2 demo showing how to search and filter by tags, showing article and video counts for each tag (Polymorphic relationship)
A Laravel 8 and Livewire 2 demo showing how to search and filter by tags, showing article and video counts for each tag (Polymorphic relationship)

Advanced search and filter with Laravel and Livewire A demo app using Laravel 8 and Livewire 2 showing how to implement a list of articles and tags, v

Repository with demo for "Sextou"

Newsletter Demo APP Beer & Code Newsletter Page for newsletter. 🚨 About this repository Demo App Demo APP for the talks at Beer and Code Youtube chan

Lumen rest api demo with Dingo/Api, JWT, CORS, PHPUNIT

lumen-api-demo 这是一个比较完整用 lumen 5.7 写的的 REST API 例子。使用了 dingo/api ,jwt 实现登录,功能上很简单,登录,注册,发帖,评论,单元测试(正在补充)。 lumen5.x 请看对应的分支 有需要随时联系我 lumen/laravel/rest

Menu ordering/management application demo, like Wordpress menu manager
Menu ordering/management application demo, like Wordpress menu manager

Menu manager like Wordpress using Laravel and Nestable See demo at: http://laravel-menu-builder.gopagoda.com/admin/menu Tutorial coming up at: http://

This is an open source demo of administration panel for polymorphic relationship and SEO content

Laravel SEO admin This application demonstrates usage of polymorphic relationships described at (http://maxoffsky.com/code-blog/using-polymorphic-rela

A demo of how to use filament/forms to build a user-facing Form Builder which stores fields in JSON.

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Comments
  • Fixed 'cipher' value in config/app.php

    Fixed 'cipher' value in config/app.php

    Currently, it's MCRYPT_RIJNDAEL_128 which causes an error:

    Use of undefined constant MCRYPT_RIJNDAEL_128

    Fixed to the Laravel's default: 'AES-256-CBC'.

    opened by MeiRct 4
  • Remove value check from print.blade.php

    Remove value check from print.blade.php

    If a row has an empty field, the column will not show on the print view, and therefore the columns will not line up properly.

    I'm new to forking on GitHub, sorry if I am going about this the wrong way.

    opened by Skintillion 3
  • Bump symfony/http-foundation from 2.7.27 to 2.7.51

    Bump symfony/http-foundation from 2.7.27 to 2.7.51

    Bumps symfony/http-foundation from 2.7.27 to 2.7.51.

    Commits
    • b67e5cb security #cve-2019-10913 [HttpFoundation] reject invalid method override (nic...
    • e8eb43e [2.7] Make CI green
    • b045094 [HttpFoundation] Remove support for legacy and risky HTTP headers
    • c47d542 bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intializati...
    • 92f35ae [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization
    • 59d936e [HttpFoundation] Break infinite loop in PdoSessionHandler when MySQL is in lo...
    • eff0bf4 #27250 limiting GET_LOCK key up to 64 char due to changes in MySQL 5.7.5 and ...
    • da48c21 [Filesystem] Fix usages of error_get_last()
    • 9f01f9b Fixed return type
    • 2d67129 use brace-style regex delimiters
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Updated and fixed resources/views/welcome.blade.php

    Updated and fixed resources/views/welcome.blade.php

    • Added the commands from "post-create-project-cmd" in composer.json to instructions.
    • Fixed the URL for database configuration to point to Laravel 5.1 documentation.
    opened by MeiRct 0
This package was created to deal with laravel datatables and cruds using vuejs.

datatable-cruds Installation This package was created to deal with laravel datatables and cruds using vuejs. Install the package through Composer. Run

Osama Saad 9 Dec 19, 2022
jQuery DataTables API for Laravel 4|5|6|7|8

jQuery DataTables API for Laravel 4|5|6|7|8 This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using E

Arjay Angeles 4.5k Jan 9, 2023
Laravel 8 + CoreUI + Livewire + Datatables (CRUD)

Laravel 8 + CoreUI + Livewire + Datatables About Laravel 8 + CoreUI + Livewire Datatables Whats Inside Laravel Core UI - (https://github.com/HZ-HBO-IC

Muhammad Rheza Alfin 38 Nov 3, 2022
Server-side handler of DataTables Jquery Plugin for Laravel 4

Project is not being maintained actively. You will most likely find a better more actively maintained fork here https://github.com/yajra/laravel-datat

Bilal Gultekin 264 Jul 2, 2022
Laravel 8 + CoreUI + Livewire + Datatables (CRUD)

Laravel 8 + CoreUI + Livewire + Datatables About Laravel 8 + CoreUI + Livewire Datatables Whats Inside Laravel Core UI - (https://github.com/HZ-HBO-IC

Muhammad Rheza Alfin 38 Nov 3, 2022
Easy Laravel Server-Side implementation of PrimeVue Datatables

Laravel + PrimeVue Datatables This is a simple, clean and fluent serve-side implementation of PrimeVue Datatables in Laravel. Features Global Search i

Savannabits 11 Dec 29, 2022
⚡ PowerGrid generates Advanced Datatables using Laravel Livewire.

?? Documentation | ?? Features | ⌨️ Get started Livewire ⚡ PowerGrid ⚡ PowerGrid creates modern, powerful and easy to customize Datatables based on La

Power Components ⚡ 962 Jan 2, 2023
Livewire DataTables components for back-end. Modular, easy to use, with tons of features.

Livewire DataTables Livewire DataTables components for back-end. Modular, easy to use, with tons of features. Inspired by Caleb's Livewire Screencasts

Amir Rami 8 Jul 27, 2022
DataTables server-side for CodeIgniter, supported both for CodeIgniter 3 and CodeIgniter 4.

CodeIgniter DataTables DataTables server-side for CodeIgniter, supported both for CodeIgniter 3 and CodeIgniter 4. Note: This library only handle the

Nur Muhammad 14 Dec 15, 2022
Laravel Real-time chat app demo with React, Laravel Echo, Breeze, Socket.io, Redis, Inertia.js, TailwindCSS stack.

Laravel Real-time Chat App You can build yours from scratch with the following Medium article https://medium.com/@sinan.bekar/build-a-real-time-chat-a

Sinan Bekar 9 Oct 3, 2022