Open source listing

Best Way to insert Laravel Brackets to Eloquent Query (And Or Conditions)

Best Way to insert Laravel Brackets to Eloquent Query (And Or Conditions)

Laravel Brackets to Eloquent Query (And Or Conditions) This article will discuss putting brackets to And Or Conditions of laravel eloquent query. Eloquent is a great tool to interact with database via a model. Basically Laravel Models are Eloquent models and you can perform any kind of query in a simple way but sometimes it…

Laravel Database Seeders and Factories (Best Way to Seed Data)

Laravel Database Seeders and Factories

This article will focus on how you can seed the data to your database. Seeding the data means to insert some fake data or some mandatory data on the fresh migration or whatever the situation will be. Typical and most common example will be to add admin to your application to the users table.

Laravel Accessors and Mutators

Laravel Accessors and Mutators Accessors and Mutators are very useful when you are about to change some value before showing it or change the value before saving it. This article will practically demonstrate how Accessors and Mutators works. You can read more about from the Laravel Official Docs What are Accessors and Mutators. Accessors –…

Laravel Model Observers

Laravel Model Observers

Laravel Model Observers This article discuss the Laravel Model Observers. Observers help you observe any change on your Eloquent Model, for example you save a record, update a record etc. and Observer will observe that change and you can perform any action upon that change. You can read the official documentation about observers here. For…

Laravel Permissions through Policies

Laravel Permissions through Policies

Laravel Permissions through Policies Implementing Permissions in Laravel through Policies This article is about implementing laravel permissions through Policies but I you want to implement permissions by gates then must read the article how to implement permissions through gates and You can read the article Custom implementation of Laravel roles and permissions if you wish…

Laravel Permissions through Gates

Laravel Permissions through Gates

Laravel Permissions through Gates If you are building small application or big enterprise application roles and permissions are vital part of the application. For example if you are building a blog and you have two roles like editor and admin, it is easy to implement it by considering just a variable and checking that variable…

Custom Laravel Roles and Permissions

Custom Laravel Roles and Permissions

In this article you will be reading about how you can build your own custom logic for the roles and permissions in Laravel or any other framework. Although Laravel has Gates and Policies and have some external packages which you can implement for roles and permissions but there are no gates and policies or packages…

What is Ansible

What is Ansible

Table of contents Introduction Efficient Architecture How Ansible Works? Ansible Modules Ansible Playbooks Introduction Ansible is a relatively simple IT automation technology. Configuration management, software deployment, cloud provisioning, ad-hoc challenge execution, community automation, and multi-node orchestration are all handled by this program. Ansible makes complex upgrades, such as zero-downtime rolling updates with load balancers, simple….

Top 10 Open Source Games 2023

Top 10 Open Source Games 2023

Top 10 Open Source Games 2023 Courtesy of open-source software, you’ll not only save an outsized amount of cash but also get the possibility to form amendments to the code so the appliance better fits your needs. When it involves to video games, most of the popular titles won’t be open-source. therewith being said, if…

How to install PostgreSQL and pgAdmin4

How to install PostgreSQL and pgAdmin4

Install PostgreSQL and pgAdmin4 in Ubuntu PostgreSQL is a powerful, reliable, robust and Open Source relational database system. This tutorial will explain how to install the latest version of PostgreSQL and pgAdmin4 on Ubuntu 20.04 LTS system. Prerequisites A running Ubuntu 20.04 LTS system Login as sudo user via SSH and run the commands. Install…

  • 1
  • 2