Sander de Wijs

Results 7 comments of Sander de Wijs

Thanks! I'll definitely check that out. The data-equalizer is a great function. I was almost about to give up and use tables :)

@tsquez I managed to add the Sass version by creating a new foundation project inside the WP-forge theme folder. After that I changed the output for the compiled app.css file...

That's what I was looking for, thanks!

Drove me crazy too. But I'm glad I'm not alone :)

You can pass the ID of the model to the $extras property. :extras="['modelName' => $model->id]" In your AppointmentCalendar component you can get the $extras property in the afterMount($extras = [])...

One thing I noticed is that if you are using LiveWire3 the LiveWire 2 folder structure (app/Http/LiveWire), the code completion for components doesn't work in Blade templates. When I type

Thanks for this addition. Using the class in this manner resulted in a fatal error : Fatal error: Uncaught Error: Access to undeclared static property: WeDevs_Settings_API::$instance Which was solved by...