Readerstacks
  • Home
  • Softwares
  • Angular
  • Php
  • Laravel
  • Flutter

Month: January 2022

Laravel avg in eloquent query

How to use avg in Laravel eloquent query with example

ReaderstacksJanuary 30, 2022Laravel Php

In this article we will learn to use aggregate function avg in laravel eloquent and query builder. Laravel itself provide inbuilt method to avg the columns like in MySQL or SQL based database we can do avg of columns using…

Read More

Password and confirm password validation laravel

Password and confirm password validation in Laravel

ReaderstacksJanuary 26, 2022Uncategorized

There is many ways to check the password and confirm password validation in laravel. we can match password using the equals to operator but in that case we need to work as core PHP. So In laravel we have Validation…

Read More

Laravel match password with hash string

How to check password with hashed string in laravel 8 ?

ReaderstacksJanuary 26, 2022Laravel Php

Laravel hashed password with bcrypt algorithm is not decryptable and to match the hashed string with plain string we use Hash::check method. For hashing the password laravel use secure Bcrypt and Argon2 hashing for storing user passwords. So in this…

Read More

Laravel password hash and check

How to create hash password in laravel 8 ?

ReaderstacksJanuary 26, 2022Laravel Php

Laravel provides robust security features and one of them are hash password which is not decryptable. For hashing the password laravel use secure Bcrypt and Argon2 hashing for storing user passwords. Password encrypted with Bcrypt can not be decrypt since…

Read More

Laravel encrypt and decrypt strings

How to encrypt and decrypt string in laravel 8 ?

ReaderstacksJanuary 26, 2022Laravel Php

Laravel provides inbuilt library to encrypt and decrypt the strings. Laravel usage OpenSSL to provide AES-256 encryption which creates long encrypted string. Encryption and decryption is a technique to hide the useful some information in a form which is not…

Read More

How to check jQuery checkbox checked or not ?

ReaderstacksJanuary 25, 2022HTML Javascript jQuery

In this article i will show you multiple way to check or validate if a checkbox is checked or not. Also i will show you to check a checkbox programmatically. In the post we will learn all possibilities to validate…

Read More

Create routing in flutter

How to create routing in flutter and pass parameters to routes ?

ReaderstacksJanuary 24, 2022Dart Flutter

Flutter has multiple ways to create navigation and routing. In our last article i demonstrate How to navigate between one page to another in flutter and in this article i will show you to create a router where we can…

Read More

Laravel min in eloquent query

Laravel min in eloquent query with example

ReaderstacksJanuary 23, 2022Laravel Php

In this article we will learn to use aggregate function min in laravel eloquent and query builder. Laravel itself provide inbuilt method to min the columns like in MySQL or SQL based database we can do min of columns using…

Read More

Laravel max in eloquent query

Laravel max in eloquent query with example

ReaderstacksJanuary 23, 2022Laravel Php

In this article we will learn to use aggregate function max in laravel eloquent and query builder. Laravel itself provide inbuilt method to max the columns like in MySQL or SQL based database we can do max of columns using…

Read More

Laravel sum in eloquent query

Laravel sum in eloquent query with example

ReaderstacksJanuary 23, 2022Laravel Php

In this article we will learn to use aggregate function sum in laravel eloquent and query builder. Laravel itself provide inbuilt method to sum the columns like in MySQL or SQL based database we can do sum of columns using…

Read More

Posts navigation

1 2 … 4 Next

Recent Posts

  • How to print raw sql query in eloquent laravel ?
  • How to assign or declare variable in laravel blade template ?
  • How to Get Current Url in Blade File Laravel ?
  • Collection Count and Check Empty Eloquent Collection in Laravel
  • How to check user agent in angular ?

Archives

  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • Angular
  • CSS
  • Dart
  • Devops
  • Flutter
  • HTML
  • Javascript
  • jQuery
  • Laravel
  • Laravel 9
  • Mysql
  • Php
  • Softwares
  • Ubuntu
  • Uncategorized
Copyright © All rights reserved. Privacy Policy Terms & conditions