SurveyMist makes it easy to measure and understand feedback so you can drive growth and innovation. Why SurveyMist? ONLINE SURVEY TOOLSurveyMist delivers the most secure online survey software with the most advanced features. The same comprehensive tool offers engaging survey design,…
22 Rules from Alphametric StrongPassword: checks for “strong” password TelephoneNumber: valid telephone number RecordOwner: Requires the authenticated user’s id to match the user_id column on a given database record e.g. owner:posts,id MonetaryFigure: monetary figure e.g $72.33 DisposableEmail: email address which is…
There are quite a lot of articles/videos on Laravel + Vue CRUD, but not enough is published on the newest Vue.js 3 version, using the new Composition API. So, with this step-by-step detailed article, let’s fill in that gap, building…
Advanced Container for Laravel is a package that provides syntax sugars for Laravel container calls, bindings, and more. Here’s an example of binding services, singletons, and scoped interfaces with this package: With this package, you can do method binding using the…
Actively posting across all your social media channels is like sending the same meme to six different group chats—exhausting, but necessary (they don’t call me the meme supplier for anything). Before social media can deliver real results for you, you’ve…
The Fibonacci sequence is a pretty famous sequence of integer numbers. The sequence comes up naturally in many problems and has a nice recursive definition. Learning how to generate it is an essential step in the pragmatic programmer’s journey toward…
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python. Conceptually, objects are like the components of a system. Think of…
Laravel API Response Helpers is a super simple package allowing for consistent API responses throughout your Laravel application: The goal of this package is to ensure consistent JSON API responses throughout an application. It provides a consistent way to respond instead…
If you have a large ecosystem with multiple applications, it’s nice to have a common user account that you can use to authenticate in these separate applications. So when a user authenticates any of these apps, they will be logged in everywhere.
This article will share with you how to make a simple CRUD operation application in Laravel 8 for example. As you know Laravel 8 already release with many new features and functionality. This tutorial is for beginners. So, if any…