updivision / estarter-ecommerce-for-laravel

The best way to start your custom e-commerce on Laravel. You get a ready to clone Laravel installation with a functional shop backend and a DIY frontend.
Other
414 stars 170 forks source link

loading issue #3

Closed robertnicjoo closed 6 years ago

robertnicjoo commented 6 years ago

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?

hanynasyr commented 6 years ago

What's the error you are getting?

On Jan 18, 2018 14:23, "Robert Nicjoo" notifications@github.com wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/updivision/estarter-ecommerce-for-laravel/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AHtNTxyfx9Qg7ejhq7O3dsKrkw8Aleoeks5tLw14gaJpZM4RinTu .

robertnicjoo commented 6 years ago

404 Not Found nginx/1.12.0

paulduca commented 6 years ago

@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

robertnicjoo commented 6 years ago

@pduca Local environment .

robertnicjoo commented 6 years ago

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

thanks.

hanynasyr commented 6 years ago

I am getting the same error.