Vincent Enjalbert
Vincent Enjalbert
Sad to see the only open source free-to-use marketplace framework is already dead.... Do you know other free solution ? I'm on a side-work POC project on which I don't...
https://github.com/vitalybaev/laravel5-dkim/pull/14
I saw some solutions like : https://stackoverflow.com/questions/53109566/how-do-i-hide-google-recaptcha-v3-from-my-site https://groups.google.com/forum/#!topic/recaptcha/gcIxsA2T3yA Actually an inline display of it could be nice too... Of course, we should determine if we can legally hide it or...
https://stackoverflow.com/questions/50583284/how-do-you-set-the-badge-position-with-recaptcha-v3#answer-52557946
Hello, Were you able to reproduce the issue ?
Same question here oO I agree, it's the base, should be native ? oO
Here is the full solution, but it gets slow.. ``` protected function extractAttributesNew($url = false, $locale = '') { $route = false; if (!empty($url)) { $route = collect(\Route::getRoutes())->first(function($route) use($url){ return...
@mcamara I PR a mixed version between the one above, and yours... You'll tell me.
Another small bug interesting thing : An helper function `route_shorten` that basically calls `route` helper, but returns the shorten url result.
Also, Date picker has a showRightIcon option, but time picker has not. showRightIcon on time picker could be usefull ! (and so showOnFocus also)