/bookstore-demo

A fictional bookstore, to practise with.

Primary LanguagePHP

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