Marc Garcia

@magarrent · Joined June 2020

🥇 Founder Kodio Technologies (www.kodio.tech) 💻 We develop custom web applications Using Wave and Tails in www.smallness.io

Laravel Tailwind Boilerplate and Vue ready

Happy Friday!! This week I was working with a simple GitHub repo to save me time when I start new Laravel projects. The repo it's called [Laravel Tailwind Boilerplate & Vue ready](https://...

[Package] Laravel Currency Formatter

Hello there! Marc here again. I've just released a new Laravel package, this time it's about currencies. Almost in every project we have to format money in one or more formats, and personal...

Quick use of Tooltips with Tippy.js

Hey there. Here is a quick tutorial to easily create tooltips using Tippy.js. Add the main cdn to your scripts section: ```html

Simpler Url Shortener for Laravel

Hello! Marc here. I've just released a new laravel package. It's very simple, but hope it will help you in some projects. Thank you! All PRs and suggestions will be welcome! [https://gith...

Send Laravel notification email to non-registered user

Hey there. Today I'm gonna show you how to send email notifications to any user email. Normally, when you send email notifications in laravel, use the function `notify`, included in the ma...

Easily compile Wave assets scripts

Hello, Marc here! I'm going to expose two scripts that helps me a lot to compile Wave and other assets for dev and production environments. In a Wave project, you need to compile theme ass...