- Notifications
You must be signed in to change notification settings - Fork5
mrcasual/nested-sets-laravel-jquery
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a quick implementation of nested sets using Laravel 4 and jQuery. Key features:
- Drag & drop sorting (usingjqTree)
- In-place editing (usingX-editable)
- Error notification and modal dialogs (usingAlertify)
Under the hood, I rely on Aleksander Kalnoy'snested set package for Laravel that takes care of hierarchal data management.
All operations are done without page refresh:
- Clone/download this repo
- Configure your MySQL database in
./app/config/database.php - Run
composer install - Run
php artisan migrate
- Launch the web server with
php artisan serveand 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 installto fetch Grunt packagesgruntto start the watch task
Hit me up on Twitter:@CasualMr
About
Nested sets implementation using Laravel 4 and jQuery.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
