Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 515 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 515 Bytes

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