After start using Tailwind CSS in my Laravel projects I notices that the app.css file is almost 2MB in size. I also have seen filesizes of 2.6MB. It takes time to load these css files into your browser. Using PurgeCSS will purge all unused utilities. This can also be the […]
Laravel
I assume that you have a working Laravel site up and running with Bootstrap CSS and some custom imported stylesheets. In this article we will replace the Bootstrap CSS with Tailwind CSS. I have build www.cryptomonitor.me completely with Bootstrap CSS including components like bootstrap-select.js. I love Bootstrap but I wanted […]
I am using Laravel Dashboard from www.spatie.be. Check out their solution and how to install and use different tiles at this link or read the complete story about how this Dashboard was evolved at this link I have a Youless LS120 energy monitor and I want to see actual energy […]
Reading this article means you have trouble getting your Telegram bot up and running with a webhook. There are several parts we can check and debug. This article is the second part in a series of two. In the first part we setup a working Telegram Bot with Laravel and […]
I use Telegram Bot SDK from Syed with Laravel. This SDK is very good to use but I also see many users that have issues with getting the webhook working in a proper way. I see custom TelegramControllers, insecure webhook URI’s and, exposed public folders and no working response to […]
Let’s assume you use a Laravel package that is published on Github but you are not satisfied with some code or implementation. You want to add or change something but the original developer is not responding to your reported issues. You can create a copy of the project in Github, […]