Problem with live production
-
Hello
i tried to push bagisto live on my domain goestore.com im using laravel forge with butbucket
but there was an error
ROR: Class Webkul\Core\Repositories\ChannelRepository does not exist (View: /home/forge/goestore.com/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php) (View: /home/forge/g$
[stacktrace]i tried multiple times still giving me same error
Best regards
-
I just did a clean install with the following commands and can not reproduce your issue
git clone https://github.com/bagisto/bagisto.git cd bagisto composer install
-
-
@ghermans did you use it on live production ? local is working fine
-
Hello
This is my domain goestore.com its not showing anything except for this message
-
Can you provide us your server details so that we can check issue, but make sure that you have followed all installation process correctly.
You can also create ticket at - https://bagisto.uvdesk.com/en/customer/create-ticket/
Thanks
-
Hi Rahul
sure i use laravel forge connected with digital ocean using token , also each project is connected to bitbucket , i'm using lunix ubuntu server
i already had at least 5 different projects live also i have uploaded aimeos laravel one of my domain drov.app
I use laravel homestead with vagrant ? would that cause a problem if i was using virtual environment ?
-
Hi @cmpengineers,
Please check weather you have created .env file from .env.example after uploading into online hosting
-
Dear Keerthi
its already being created once you uploaded and i check its .env for production
Best regards
-
Hi,
Ok, make sure APP_ENV=local, if it still does't work and check error log in storage directory, run "php artisan key:generate"