Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstar0209/resortableitem
It's a Laravel project that shows items by project and resort and store them
https://github.com/devstar0209/resortableitem
database jquery-ui laravel reorderable-list resort
Last synced: about 1 month ago
JSON representation
It's a Laravel project that shows items by project and resort and store them
- Host: GitHub
- URL: https://github.com/devstar0209/resortableitem
- Owner: devstar0209
- Created: 2022-11-30T08:14:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T13:50:40.000Z (about 1 year ago)
- Last Synced: 2024-04-22T00:42:40.808Z (8 months ago)
- Topics: database, jquery-ui, laravel, reorderable-list, resort
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ResortableItem
It's a Laravel project that shows items by project and resort and store them.## Install
### PHP
version: ^8.0
### Laravel
version: ^9.0### Install composer
composer install### Install npm
npm install
npm run dev## Env
copy .env.example .env
php artisan key:generate
php artisan config:cache## Database
### Mysql
DB_NAME: coalition_test
### Migration
php artisan migrate
### Generate items as default
php artisan db:seed## Run server on local
php artisan serve