Stelios Eglezos

Results 7 comments of Stelios Eglezos

I also noticed this in Laravel Mix 6, ```mix.extract()``` just creates a huge vendor.js file with all the node modules libraries.

Having the same issue, the number is getting rounded each time i try to save it in the database.

Just writing the sample code here: ``` $service = Service::find($id); $locale = app()->getLocale(); $service = $service->translate($locale); $service->category_id = $data['service']['category_id']; $service->related_articles = $data['service']['related_articles']; $service->title = $data['service']['title']; $service->slug = $data['service']['slug']; $service->introtext =...

### Update Looks like because some of the fields were null the error was displayed, although they are not required in the database, Voyager returns this error without displaying for...

Hey @deibizide Not really, to avoid CORS issues, 90% of the time you have to do the request from the server (at least in my experience), so i used a...

Following your method i get an error > `Cannot find module 'vuetify/dist/json/importMap.json'` Downgrading to `vuetify-loader 1.7` made it work