ValentynIpolitov / decor-haus

MIT License
3 stars 0 forks source link

Decor haus

A inertiajs laravel+vue3 web application

Features

Installation

Clone repo locally

git clone https://github.com/ValentynIpolitov/decor-haus.git
cd decor-hause

Install PHP Dependencies

composer install

Install NPM Dependencies

npm install

Build assets

npm run dev

Setup Configuration

cp .env.example .env

Generate application key

php artisan key:generate

Run Database migrations with seeds

php artisan migrate --seed

Run project

Run artisan virtual server

php artisan serve

Notices

Project permissions

To set up project permissins - follow link: https://stackoverflow.com/questions/30639174/how-to-set-up-file-permissions-for-laravel

License

MIT