File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
88By importing this package, generating translatable forms using BootForms is a breeze.
99
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33namespace TypiCMS \LaravelTranslatableBootForms \Tests \Models ;
44
55use Illuminate \Database \Eloquent \Model as Eloquent ;
6- use Spatie \Translatable \HasTranslations ;
6+ use TypiCMS \Translatable \HasTranslations ;
77
88class Model extends Eloquent
99{
You can’t perform that action at this time.
0 commit comments