fixed user dashboard for store owner (store settings, store reports)/ fixed login/register page/

This commit is contained in:
Frank John Begornia
2019-09-24 19:52:38 +08:00
parent 502b13e793
commit 83f0624f07
45 changed files with 17655 additions and 373 deletions

View File

@@ -82,6 +82,10 @@ return [
'timeout' => 10
],
'uploads' => [
'driver' => 'local',
'root' => 'C:\\wamp\\www\\uploads\\images\\',
],
],
];

View File

@@ -16,14 +16,7 @@ return [
// 'company_name' => env('COMPANY_NAME','Acme Inc'),
// 'company_email' => env('COMPANY_email','contact@acme.inc'),
// 'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'),
'prod_private_server_ip' => env('http://localhost', 'http://localhost'), // local
'designer_location' => env('http://localhost/plain-tshirt/', 'http://localhost/plain-tshirt/'),
'images_directory' => env('http://localhost/crewsportswear/public/images/', 'http://localhost/crewsportswear/public/images/'),
'uploads' => env('http://localhost/uploads/images', 'http://localhost/uploads/images/'), // local
'prod_private_server_ip' => env('http://localhost', 'http://localhost'),
'uploads' => env('http://localhost/uploads/images/', 'http://localhost/uploads/images/'), // local
];