Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

fix typo in url at docs/crud-fields table field #788

Closed nikkyandrei closed 9 months ago

nikkyandrei commented 9 months ago

in backpack/docs/crud-fields at the field "table" there is a link on the "attribute casting" words at : It's highly recommended that you use [attribute casting]

To fix this in all version replace link from : https://mattstauffer.co/blog/laravel-5.0-eloquent-attribute-casting to : https://mattstauffer.com/blog/laravel-5.0-eloquent-attribute-casting exception v3.6 where the is link : https://laravel.com/docs/eloquent-mutators#attribute-casting

Suggestion: use same link in all versions maybe ?

jcastroa87 commented 9 months ago

Hi @nikkyandrei thanks for the catch i add a PR fixing this problem will be merged ASAP.

Cheers.