sutcliffe121

Results 6 comments of sutcliffe121

Is then PR by @the-alichemist likely to be approved? Would love to continue using this package in Nova 4.

For Laravel Nova 4, try: `Text::make('Departure Time')->withMeta(['type' => 'time']),` Result: ![image](https://user-images.githubusercontent.com/33236577/170565833-b81ab020-95a6-47fe-a831-5cb05a9a142a.png) `

It was from some helpful folk in the nova channel on the Laravel Discord. Glad it works for you too.

I see you found the Discord chat and also made an improvement for formatting. Posting here in case it is useful to anyone else: ``` Text::make('Departure Time') ->withMeta(['type' => 'time'])...

Can you clarify the fix please... I still have a problem if I specify a folder name in my .env file (example below) The only way it works is if...

Although it's a required dependency, I don't think the grimzy/laravel-mysql-spatial package is actually used in the current package version? The only reference I can find is a function that is...