Added Tagging, Update to Laravel 5.5, Enabled Video

This commit is contained in:
Deon George
2018-01-10 08:10:14 +11:00
parent 3012004901
commit 96fadc5080
18 changed files with 1759 additions and 3344 deletions

View File

@@ -1,8 +1,8 @@
<?php
return [
'dir'=>'/var/www/sites/co.dlcm.p/store/photos',
'dir'=>'/photos',
'import'=>[
'accepted'=>['jpg'],
'accepted'=>['jpg','jpeg'],
],
];