K.
K.
I tried to modify the **en.sahih.xml** it did not make any changes. I want to add my own translation in our dialect, Thank you 👍
same problem here with @vivek1082
Hi @willcastillo Have you tried disabling it at `kanban-scripts.blade.php` I tried to comment these line of codes just to disable the drag. What's your opinion about this? @mokhosh 
Just create a new migration public function up(): void { Schema::table('sessions', function (Blueprint $table) { $table->string('user_id', length: 255)->change()->nullable(); }); }
> +1 this breaks on new installs Have u tried my solution? https://github.com/austintoddj/canvas/issues/1431#issuecomment-2245970944
I want the answer also @fajarghifar
> Another solution is to change the Controller.php file to: > > ``` > > use Illuminate\Routing\Controller as BaseController; > > abstract class Controller extends BaseController > { > //...