Coder Social home page Coder Social logo

syednizamudeen / laravel_datatable_serverside Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 8.54 MB

Laravel Eloquent ORM with DataTable Server Side Processing

PHP 89.70% Vue 0.52% HTML 9.78%
laravel datatables-server-side-scripting eloquent-orm orm eloquent datatable

laravel_datatable_serverside's Introduction

Installation using github

Step 1:

Clone Repository

git clone https://github.com/syednizamudeen/laravel_datatable_serverside.git

Step 2:

cd laravel_datatable_serverside

cp .env.example .env [or] copy .env.example .env

and enter necessary configurations including database detail

Step 3:

Install Plugins required by application using Package Manager

composer install

npm install

Step 4:

php artisan key:generate

Step 5:

Create Database and run migration

create database datatableserverside;

php artisan migrate

Step 6:

Sample Data

php artisan db:seed --class=HomeSeeder

php artisan db:seed --class=DetailsTableSeeder

Step 7:

Application ready for use

php artisan serve [or] php artisan serve --host=some.other.domain --port=8001

F.A.Q.

Icons not Loaded:

Filename: webpack.mix.js

.setResourceRoot('../../public/');

Comment or modify this line based on your Server Setup.

laravel_datatable_serverside's People

Contributors

syednizamudeen avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.