gizburdt released a cool Laravel package called Laravel Multisite. With this Laravel package, we can build multiple sites/sub-domains on one codebase. Route::group ...
Angular animation package will not be in your production code anymore. You can still import and use it whenever you want.
Freek Van der Herten has just released a cool package called laravel-honeypot. Using this package, we can prevent spam easily. How honeypots work? The majority of spam bots are pretty dumb. You can ...
There is a cool feature from Laravel called Maintenance Mode that allows developer to simply take down the website and apply necessary updates and changes. You can invoke in the command prompt php ...
Laravel ImageUp is a trait which we can use to upload, resize and crop images. It comes with tons of customization.
Rinvex Authy is a PHP client, that works as a simple wrapper for Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong ...
Hello friends, I will show you my laravel source code, which we can use to log in using Qr Code. I will be using the Laravel PHP framework so a basic understanding of Laravel and composer is needed.
In this tutorial, we will learn the zero-downtime deployment method using Laravel Envoy and Bitbucket. Zero downtime deployment is a deployment method where your website or application is never down ...
Epic Spinners is an Easy-to-use CSS spinners collection with Vue.js integration. Developed by Epicmax.
This deal has expired, but you can still get another programming book for free. Check the link out. Packt Publishing is giving you a premium book for free! Just click the link below, register an ...
Simon shows us how to implement cursor-based pagination in Laravel. In this post I will show you how to implement cursor-based pagination for Laravel applications using Eloquent. In a typical web ...