Coverted script import to laravel

This commit is contained in:
Deon George
2016-06-22 15:49:20 +10:00
parent a2357435e1
commit b1d7cfe616
36 changed files with 1619 additions and 299 deletions

9
config/photo.php Normal file
View File

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