Jump to content
Bicrypto v3.6.1 + All Plugins ×
  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

WhatsStore SaaS v4.9 - Online WhatsApp Store Builder


Mahmoud

Recommended Posts

  • 2 weeks later...
On 7/8/2021 at 6:10 AM, Morler Sander said:

@ Davidos187 I tried to install it but got an error message, did you try it yourself?

 

 

CleanShot 2021-07-08 at 12.09.45@2x.png

vc precisa editar o arquivo AppServiceProvider que fica em app/providers/AppServiceProvider

o arquivo deve ficar assim:

 

<?php

namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider


{
    
    /**
     * Register any application services.
     *
     * @return void
     */
    public function register()
    {
        //
       
    }

    /**
     * Bootstrap any application services.
     *
     * @return void
     */
    public function boot()
    {
        {
            Schema::defaultStringLength(191);
        }
    }
}
 

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • Mahmoud changed the title to WhatsStore SaaS v4.4 - Online WhatsApp Store Builder
  • 3 weeks later...
  • 3 weeks later...
  • Mahmoud changed the title to WhatsStore SaaS v4.7 - Online WhatsApp Store Builder
  • 1 month later...
  • Mahmoud changed the title to WhatsStore SaaS v4.9 - Online WhatsApp Store Builder
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...