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

Category: Laravel

How to drop foreign key in laravel migration

How to drop foreign key in laravel migration ?

ReaderstacksSeptember 28, 2022Laravel Php

Drop foreign key to existing table are easy as creating a foreign key and adding columns to it. In laravel migration we can drop foreign key in laravel migration to existing table using dropForeign method of migration class. Major difference…

Read More

How to set timezone dynamically and globally in Laravel

How to get timezone select list in Laravel ?

ReaderstacksSeptember 21, 2022Laravel Laravel 9 Php

Hello Developers, In this article i will show you get timezone select list in Laravel. In a timezone based application we need to store the timezone of each client or user so we can show the correct time to them…

Read More

How to set timezone dynamically and globally in Laravel

How to set timezone dynamically and globally in Laravel ?

ReaderstacksSeptember 20, 2022Laravel Laravel 9 Php

Laravel stores timezone configurations in config/app.php file and we can easily set timezone dynamically and globally in Laravel. Laravel usage carbon library to get the current date time and format, carbon also respects the timezone defined in config/app.php file. After…

Read More

How to Change Date Format in Blade View File in Laravel

How to Change Date Format in Blade View File in Laravel ?

ReaderstacksSeptember 8, 2022Laravel Laravel 9 Php

Laravel default shows the date in the way its stored in database bu sometimes we want to change date format in blade view file in laravel according to our requirements. It can be multiple possibilities and requirement from client or…

Read More

How to Get Last Record With Group By in Laravel Eloquent

How to Get Last Record With Group By in Laravel Eloquent ?

ReaderstacksSeptember 7, 2022Laravel Laravel 9 Php

In this tutorial we will learn to get last record with group by in laravel eloquent. while working with group by in mysql its gives first record from the group by records that means if you have multiple record with…

Read More

How to Fetch Records Between Two Date Range in Laravel

How to Fetch Records Between Two Date Range in Laravel ?

ReaderstacksSeptember 6, 2022Laravel Laravel 9 Php

Many times we want to fetch records between two date range in laravel like find all records which is created between start yesterday and end today so in that case we need to check it with created_at columns in database…

Read More

How to Show Human Readable Date in Ago Format in Laravel

How to Show Human Readable Date in Ago Format in Laravel ?

ReaderstacksSeptember 5, 2022Laravel Laravel 9 Php

In this article we will learn to show human readable date in ago format in laravel. Its best way to show the ago date on our application since its human readable and we don’t need to care about timezones because…

Read More

Laravel Rest Api OTP Login and Registration Without Password

Laravel Rest Api OTP Login and Registration Without Password

ReaderstacksSeptember 3, 2022Laravel Laravel 9 Php

Today most of the applications are using laravel rest api otp login and registration without password for ease of login and registration and also provides easy to login without remembering the password each time while login or register. In Laravel…

Read More

How to Get Current Date, Time and Day in Laravel

How to Get Current Date Time and Format in Laravel ?

ReaderstacksSeptember 2, 2022Laravel Laravel 9 Php

Laravel has carbon library to get the current date time and format in laravel and also we can use core php date functions to fetch the date and time. After php 5, php also introduced DateTime class to conduct the…

Read More

Laravel OTP Login and Registration Without Password

ReaderstacksSeptember 1, 2022Laravel Laravel 9 Php

Today most of the applications are using laravel otp login and registration without password for ease of login and registration and also provides easy to login without remembering the password each time while login or register. In Laravel there is…

Read More

Posts navigation

Previous 1 2 3 … 20 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