updivision/estarter-ecommerce-for-laravel

loading issue

robertnicjoo opened this issue · 6 comments

hi,

i just installed this on my local, and installed composer, generated key, run make:auth, seed etc. but i do not have access to admin panel.

any idea?

404 Not Found
nginx/1.12.0

@robertnicjoo What environment do you use?
btw - you don't need to run make:auth. Try installing it again without runnging this command, just simply run:
$ composer install
$ php artisan key:generate

setup your .env file, and then run
$ php artisan migrate --seed

@pduca Local environment .

it's loading now, however it has error product_category in saving products and js error to show them.

thanks.

I am getting the same error.