Welcome to the Obii Kriationz Web LLP | Tag #Laravel
Explore how to enhance your Laravel application's security and user experience with Amazon Cognito. Our guide covers step-by-step integration for robust user authentication, and streamlined login processes, ensuring a seamless and secure user journey.
Read MoreExplore the essentials of Laravel's Eloquent ORM in this comprehensive guide. Dive into 50 must-know functions and understand how ORM streamlines database interactions in Laravel for efficient, clean, and maintainable code development. Perfect for beginners and seasoned developers alike.
Read MoreIn this blog post, we will explore how to implement S3 on a Laravel system for image storage, covering the necessary steps in configuring the environment, updating the driver, creating a controller, and displaying images stored on S3.
Read MoreRole-based access control (RBAC) is an essential feature for web applications that require different access levels for different types of users. In this blog post we'll explore how to implement Role-Based access in Laravel.
Read MoreOne of the challenges of building web applications is creating a user-friendly and responsive interface. That's where Owl Carousel comes in. In this blog post, we'll explore how to integrate Owl Carousel into a Laravel application.
Read MoreLaravel is a popular PHP framework that provides a robust set of tools for building web applications. One of the most important components of any web application is the ability to query the database. In this blog post, we will explore 13 different querying methods in Laravel that you can use to retrieve data from your database.
Read MoreLaravel and Symfony are powerful PHP frameworks that offers a wide range of features and tools to help developers build robust and scalable web applications. However it is essential to have a good understanding of the PHP language itself
Read MoreThe SOLID principles are a set of five design principles that can be used to improve the design and maintainability of object-oriented software. In this blog post, we will discuss how Laravel developers can apply the SOLID principles to their projects to create more maintainable and extensible code.
Read MoreSymfony and Laravel are both popular PHP frameworks that are widely used for web application development. In this blog, we will discuss why Symfony might be a better choice than Laravel in certain situations.
Read MoreThis post gives a bird's eye view of the options available in Laravel to work with Databases. Connect a database, build a model and a migration class and migrate the schema.
Read MoreLaravel supports unit testing through an out of the box feature called phpunit.xml. Tests are run in a different environment. All the test variables are configured with the phpunit.xml file.
Read MoreAdding Bootstrap scaffolding in Laravel - Though Laravel doesn't dictate which JS and CSS pre-processors one can use, it provides an essential beginning for using Bootstrap, React and Vue through rapid scaffolding. This document explores the process of scaffolding bootstrap on a laravel app (laravel version 8.*)
Read More