Gustavo Novaro

Results 21 comments of Gustavo Novaro

Others: apache httpd gitlab

You need to add Spanish in available_locales https://github.com/krayin/laravel-crm/blob/master/config/app.php ```php 'available_locales' => [ 'en' => 'English', 'tr' => 'Türkçe', 'ar' => 'Arabic', 'es' => 'Spanish', ], ```

We can create a branch feature for add spanish to the main project together like this https://github.com/krayin/laravel-crm/pull/917

Laravel comes with a command called "storage:link" this generates a symbolic link to the public folder for made this folder accesible in the webserver. Run the command ```bash php artisan...

Run ```bash composer update ```

Now the login loads but the setup doesn't work yet ``` php artisan krayin-crm:install Great! your environment configuration file already exists. Application key set successfully. Loading configs... Configuration loaded.. Step:...

> Now the login loads but the setup doesn't work yet > > ``` > php artisan krayin-crm:install > Great! your environment configuration file already exists. > Application key set...

after that updates the library @stable with composer I have the same problem curl https://www.xxxxx.com/category/market/ curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: http://curl.haxx.se/docs/sslcerts.html...

Thanks for your answer, now works but I use this format //Scrapper use Goutte\Client; $client = new \Goutte\Client(); // Create and use a guzzle client instance that will time out...

Duplicated https://github.com/gunthercox/ChatterBot/pull/2191