Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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