Rasul Chopurov
Rasul Chopurov
``` $token = 'token'; // Путь и имя файла на нашем сервере. $file = __DIR__ . '/image.png'; // Папка на Яндекс Диске (уже должна быть создана). $path = '/uploads/'; //...
Sorry, service is unavailable at the moment
**I put the server on google cloud ubuntu 16 ran the script by setting everything up in stages domain is configured correctly on cloudflare I also checked with www.** error...
help
SQLSTATE[HY000]: General error: 1 table stars has no column named content INSERT INTO "stars" ( "content", "course_id", "created_at", "id", "ip", "updated_at" ) $existingStar = \App\Models\Star::where('ip', request()->ip())->where('course_id', $course)->first(); if ($existingStar ===...
composer require ryangjchandler/orbit ./composer.json has been updated Running composer update ryangjchandler/orbit Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of...
[Laravel-translatable](https://spatie.be/docs/laravel-translatable/v6) work with orbit? https://spatie.be/docs/laravel-translatable/v6/basic-usage/getting-and-settings-translations
how to add a button to delete revisions?