Skip to content

Commit f894d5e

Browse files
committed
Use of typicms/translatable 1.0
1 parent 9aecf89 commit f894d5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Actions Status](https://github.com/TypiCMS/Laravel-Translatable-Bootforms/workflows/run-tests/badge.svg)](https://github.com/TypiCMS/Laravel-Translatable-Bootforms/actions)
44
[![Coverage Status](https://coveralls.io/repos/github/TypiCMS/Laravel-Translatable-Bootforms/badge.svg?branch=master)](https://coveralls.io/github/TypiCMS/Laravel-Translatable-Bootforms?branch=master)
55

6-
Make [BootForms](https://github.com/TypiCMS/bootforms) work flawlessly with [Laravel Translatable](https://github.com/spatie/laravel-translatable)!
6+
Make [BootForms](https://github.com/TypiCMS/bootforms) work flawlessly with [Laravel Translatable](https://github.com/typicms/translatable)!
77

88
By importing this package, generating translatable forms using BootForms is a breeze.
99

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typicms/laravel-translatable-bootforms",
3-
"description": "Empowers typicms/bootforms with spatie/laravel-translatable.",
3+
"description": "Empowers typicms/bootforms with typicms/laravel-translatable.",
44
"keywords": [
55
"laravel",
66
"bootforms",
@@ -24,7 +24,7 @@
2424
"illuminate/support": "~10.0|~11.0|~12.0",
2525
"typicms/form": "^3.0.0",
2626
"typicms/bootforms": "^4.0.0",
27-
"spatie/laravel-translatable": "^6.0"
27+
"typicms/translatable": "^1.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "~8.3.0",

tests/Models/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace TypiCMS\LaravelTranslatableBootForms\Tests\Models;
44

55
use Illuminate\Database\Eloquent\Model as Eloquent;
6-
use Spatie\Translatable\HasTranslations;
6+
use TypiCMS\Translatable\HasTranslations;
77

88
class Model extends Eloquent
99
{

0 commit comments

Comments
 (0)