Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nested sets implementation using Laravel 4 and jQuery.

NotificationsYou must be signed in to change notification settings

mrcasual/nested-sets-laravel-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a quick implementation of nested sets using Laravel 4 and jQuery. Key features:

Under the hood, I rely on Aleksander Kalnoy'snested set package for Laravel that takes care of hierarchal data management.

Demo

All operations are done without page refresh:

implementation demo

Installation

  • Clone/download this repo
  • Configure your MySQL database in./app/config/database.php
  • Runcomposer install
  • Runphp artisan migrate
  • Launch the web server withphp artisan serve and navigate tolocalhost:8000

You may also wish to installNode.js andGrunt. By default, JS and CSS assets are served concatenated and minified. Enter./public and run:

  • npm install to fetch Grunt packages
  • grunt to start the watch task

Contact

Hit me up on Twitter:@CasualMr

About

Nested sets implementation using Laravel 4 and jQuery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp