LaravelCreate PDF in Laravel TutorialIn this tutorial, you'll learn how to create PDF files using Laravel and mPDF.
StrapiCreate Laravel Blog with Strapi v4In this tutorial, you'll learn how to create a blog in Laravel using Strapi. The blog will have posts, tags, and allow users to post comments.
LaravelImplementing RBAC in Laravel TutorialIn this tutorial, you'll learn how to implement RBAC in Laravel using Bouncer.
LaravelBeginner's Guide to Laravel ResourcesIn this tutorial, we'll learn what Laravel Resources are, and how to use them in our Laravel project.
LaravelHow to Use MongoDB With LaravelIn this tutorial, we'll learn how to integrate MongoDB with Laravel. We'll create a simple blog with authentication and posts management.
ReviewsSolve Captcha and reCAPTCHA Challenges with 2Captcha2Captcha is a captcha solving software that can easily solve many kinds of captchas including Google's reCAPTCHA.
MagentoAdding an Image Uploader in an Admin Form in Magento 2In this tutorial, we'll see how to add an ImageUploader component to a form on the admin side that allows us to upload images.
LaravelBeginner’s Guide to Validation in LaravelIn this tutorial, we’ll go over how you can validate a form in Laravel using the available methods and create custom validation rules in Laravel.
LaravelHow to Log Messages Into Custom Files In LaravelIn this tutorial, we'll go over how to create custom log files in Laravel based on different configurations, for example, different message levels.