1. use Astrotomic\Translatable\Translatable instead of Dimsav\Translatable\Translatable
2. index of all my datasets is nun nach dem Attribut "server_date_modifued" sortiert "Date of last modification wird angezeigt" 3. composer updates 4. 3 Möglichkeiten nachdem ein Datensatz angelegt wurde: Edit, submit, delete 5. edit form for submitter
This commit is contained in:
parent
590c0812fe
commit
ec9a95098e
23 changed files with 1757 additions and 854 deletions
|
@ -6,9 +6,10 @@ namespace App\Models;
|
|||
use App\Models\ModelTrait;
|
||||
use App\Models\User;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Dimsav\Translatable\Translatable;
|
||||
use Astrotomic\Translatable\Contracts\Translatable as TranslatableContract;
|
||||
use Astrotomic\Translatable\Translatable;// use Dimsav\Translatable\Translatable;
|
||||
|
||||
class Page extends Model
|
||||
class Page extends Model implements TranslatableContract
|
||||
{
|
||||
use ModelTrait;
|
||||
use Translatable; // 2. To add translation methods
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue