PinnedKazem MirzaeiLaravel101: Everything You Need to Know to Get Started with This Popular PHP FrameworkHey there! Welcome to my Laravel tutorial series! In this series, I’ll cover everything you need to know to create a powerful and modern…Jul 26, 2023Jul 26, 2023
Kazem MirzaeiLaravel101: A Practical Guide for Seeders and FactoriesDuring the development process, there are times when we need to evaluate the functionality of a system by using data. In Laravel, we have…Aug 31, 2023Aug 31, 2023
Kazem MirzaeiLaravel101: Exploring Efficient Task Management with Many-to-Many Relationships and TagsIn this new article, we’re going to take things a step further and explore the many-to-many relationship. We’ll introduce tagsAug 28, 2023Aug 28, 2023
Kazem MirzaeiLaravel101: Exploring Entity-Model RelationshipsUp until now, we’ve built an awesome app that lets users save tasks. But now, we want to take it a step further and save each user’s tasks…Aug 22, 2023Aug 22, 2023
Kazem MirzaeiLaravel101: Exploring Middlewares — Unlocking Multilingual Functionality with EaseIn the previous article, we added user registration functionality to our project. In this article, we will focus on defining access and…Aug 17, 2023Aug 17, 2023
Kazem MirzaeiLaravel101: A Step-by-Step Guide to Implementing a Simple Authentication SystemIn this tutorial, we will walk you through the process of implementing a robust authentication system manually within your application.Aug 14, 2023Aug 14, 2023
Kazem MirzaeiLaravel101: The Role of Mass Assignment in Eloquent ModelClean and readable code is an important aspect that distinguishes experienced programmers from beginners. Achieving this level of code…Aug 10, 2023Aug 10, 2023
Kazem MirzaeiLaravel101: Implement RESTful Architecture in ControllersIn our project, we have made progress in developing our task model and evaluating the submitted information. The purpose of this article…Aug 7, 2023Aug 7, 2023
Kazem MirzaeiLaravel101: Validate your Application’s Incoming DataIn the previous article, we learned how to send information to the server and save tasks in a table. However, what if the user sends wrong…Aug 7, 2023Aug 7, 2023
Kazem MirzaeiLaravel101: Create and Submit a Form to the ServerIn the previous tutorial, we learned how to connect a SQLite database to our Laravel application. We created a table using migration and…Aug 3, 2023Aug 3, 2023