Skip to content

Website for PGD-Lukovek build with Laravel 7.x in Vuejs.

Notifications You must be signed in to change notification settings

kotnikd3/pgd-lukovek7

Repository files navigation

PGD-Lukovek

About the project

Website for PGD-Lukovek build with Laravel 7.x in Vuejs 2.x.
Free to use. logo

Build

# install dependencies for back-end (php)
composer install

```bash
composer require laravel/ui
php artisan ui vue --auth

# migrate and seed
php artisan migrate --seed

# create a symbolic link from public/storage to storage/app/public
php artisan storage:link

# install dependencies for front-end (javascript)
npm install

# build for front-end
npm run dev

# build front-end with hot-reload
npm run watch-poll

# DB username/password: secret / secret123 

About

Website for PGD-Lukovek build with Laravel 7.x in Vuejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published