Andrea Romanello
Andrea Romanello
Hi, it's possible to edit char_migration with this code? It fix error on postgres for modify function that not exist ``` public function up() { Schema::table(\Config::get('countries.table_name'), function ($table) { if...
Hi, i use dimsav/laravel-translatable to translate item in my site. There is some to do to enable menu translation with translatable? The model is configurated correctly because if i force...
**What Version of the library are you using?** Version: 19.0.0 **Question** I am using the Logto identity provider and facing challenges in handling multiple access tokens. Logto requires separate access...