Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created November 24, 2019 09:25
Show Gist options
  • Save mhemrg/9e1992274865574d672a29848b5e352c to your computer and use it in GitHub Desktop.
Save mhemrg/9e1992274865574d672a29848b5e352c to your computer and use it in GitHub Desktop.
Liara
if( ! app()->runningInConsole()) {
// Your code...
}
@saber13812002
Copy link

وقتی وویجر نصب میکنیم روی لاراول بعضی وقت ها لازم بود که کد

        Schema::defaultStringLength(191);

رو برای استفاده از دیتابیس mysql در زمپ xampp بزنیم

که نمیزاشت دیپلوی بشه لاراول روی لیارا

که با این شرط مشکل حل شد

    if (!app()->runningInConsole()) {
        // Your code...
        Schema::defaultStringLength(191);
    }

@mhemrg
Copy link
Author

mhemrg commented Feb 19, 2020

بابت مشارکت شما متشکرم

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment