Charlesugwu / webdemy

Course Website : Advanced Laravel 6 Project. Tutorial on Youtube at : http://bit.ly/2lYPmhR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Clone repo

git clone https://github.com/webdevmatics/webdemy.git

Install the composer dependencies

composer install

Save .env.example as .env and put your database credentials

Set application key

php artisan key:generate        

And Migrate with

php artisan migrate --seed

#Frontend setup Run the command

npm install && npm run dev

About

Course Website : Advanced Laravel 6 Project. Tutorial on Youtube at : http://bit.ly/2lYPmhR


Languages

Language:PHP 78.4%Language:HTML 16.6%Language:Vue 5.0%