WireUi is a simple, fast, and elegant way to add blade components made with alpine.js and tailwind, ready to use, enjoy the ease. The WireUI is a library of com...
In your Laravel applications, you would typically provide the functionality for your users to register and sign in using traditional email and password forms. B...
Many web developers have worked with Wordpress at least somewhat. If you've done any plugin or theme development, there's a good chance you've used Wordpress ho...
Earlier this year I've released a new Laravel package. It's called sidecar-browsershot. Here's what it does, how it works under the hood and for what you could...
In this article, we will see datatable server-side custom search in laravel 8. Datatable provides default searching functionality but there you can search on on...
Stay up to date with all things Laravel, PHP, and JavaScript. Follow me on Twitter. I regularly tweet out programming tips, and what I myself have learned in on...
ApexCharts is a package for laravel that allows you to generate modern and interactive charts using the ApexCharts library directly from Laravel without interac...
Laravel Page Speed is a simple package to minify HTML output on demand which results in a 35%+ optimization. This package supports Laravel Package Discovery.
Onboarding your users is one of the most important things you can do in your SaaS or application. After all, first impressions matter! Caleb Porzio has created...
Hello! This article presents an open-source dashboard crafted and released for free by Creative-Tim. Material Dashboard Laravel is a full-stack starter powered...
You can limit some URL to be called a maximum of 60 times per minute, with throttle:60,1: Route::middleware('auth:api', 'throttle:60,1')->group(function () { Ro...