nerbiz / bookstore-demo

A fictional bookstore, to practise with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore demo

A fictional bookstore, to practise with. Models and relations are included.

Installation

Install Composer dependencies.

composer install

Create the .env file (copy of .env.example) and fill it in as usual. Don't forget to set FAKER_LOCALE ('en_GB' format).

cp .env.example .env

Generate the application key.

php artisan key:generate

Run migrations and seeders:

php artisan migrate:fresh --seed

Database diagram

Database diagram

About

A fictional bookstore, to practise with.


Languages

Language:PHP 86.3%Language:Blade 13.7%