Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

Video

A website used to group and display youtube and vimeo videos.

Installation

To get a simple version up and running just use the following commands.

git clone git@github.com:baileylo/videos.git
cd videos
composer install

php artisan migrate --seed
php artisan serve