Otherwise you should use something like DB::raw(POINT(100 200)), refer to your database spatial type manual.
It would be nice to see Laravel internal support for such things.
Having simple JSON column seems bad to me as you would want to use DB internal capabilities to calculate area of given polygon or distance between given points. With JSON column you have to calculate them by yourself.