Inimist Technologies Blog

DevArticles – Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

How to add or remove cached git credentials on linux server (Ubuntu)

Arvind Kumargit, Linux/UnixLeave a Comment on How to add or remove cached git credentials on linux server (Ubuntu)

This is something I need to do occasionally, that is, to add or remove cached git credentials on a Linux server. To add when you need to set up a git repository for a new project on new server for…

Read More→

How to Install and Switch between Multiple Python Versions on Mac

Arvind KumarLinux/Unix, PythonLeave a Comment on How to Install and Switch between Multiple Python Versions on Mac

In this simple tutorial I will demonstrate to Install and Switch between Multiple Python Versions on Mac. Sometimes you want to use latest version for your new application while you may need a minimum version of python such as 2.7.*…

Read More→

How to Create folders recursively in Laravel (with Example)

Arvind KumarLaravelLeave a Comment on How to Create folders recursively in Laravel (with Example)

In this simple example I will show you how to create recursive directories in Laravel. Sometimes you need to create directories recursively in your Laravel application. In custom php you may have to check within if-else condition for existing or…

Read More→

How to Create Custom Log File in Laravel

Arvind KumarLaravel1 Comment on How to Create Custom Log File in Laravel

In Laravel logs are written to storage/logs/laravel.log file by default. You can tag your laravel log entries with different log types such as INFO, DEBUG and ERROR though. But sometime you may require to create log file for specific task.…

Read More→

Laravel Carbon Get Yesterday Date Example

Arvind KumarMiscelleneousLeave a Comment on Laravel Carbon Get Yesterday Date Example

In this post I will show you an example of laravel carbon get yesterday date. With help of Carbon library in Laravel we can get yesterday date in desired format. With the help of this example one can easily get…

Read More→

How to merge two eloquent collections in Laravel

Arvind KumarLaravelLeave a Comment on How to merge two eloquent collections in Laravel

In this simple tutorial of how to merge two eloquent collections in Laravel I will show you how to merge two or more eloquent collections. In this example you may try to merge two different collection resulting from the instance…

Read More→

Laravel 8/9 Cron Job Task Scheduling Tutorial with examples

Arvind KumarLaravelLeave a Comment on Laravel 8/9 Cron Job Task Scheduling Tutorial with examples

Laravel 8/9 cron job task scheduling; In this tutorial you will learn how to set up cron job task in a Laravel 8/9 application. What is a Cron? Cron is a command to an operating system or server for a…

Read More→

How to show the full URL of a Git repository using git command

Arvind KumargitLeave a Comment on How to show the full URL of a Git repository using git command

I pulled a project with from GitHub a long ago. Right now I do not know the full url of the Git repository. I want to look at the full git repository but I guess it will be confusing since…

Read More→

A minimal way to implement select options field in React Final Form (with example)

Arvind KumarReactLeave a Comment on A minimal way to implement select options field in React Final Form (with example)

React final form is one of the most popular form libraries in ReactJS. It provides different ways to implement different types of fields, some of which are, text input, textarea, radio and select input fields. The most common way is…

Read More→

Sending Laravel Notifications Email to Single Email Address

Arvind KumarLaravelLeave a Comment on Sending Laravel Notifications Email to Single Email Address

Laravel Notifications system is an inbuilt notification system in Laravel Framework. It supports sending notifications to different channels. By default it supports sending notifications as Emails, SMSs and Slack Notifications. Laravel notifications can be sent via Notifiable trait. In order…

Read More→

Posts navigation

Previous 1 2 3 4 … 40 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to create a custom form request validator in Laravel 7/8/9/10
  • Laravel Carbon addMinutes() | Laravel Carbon Add Or Subtract Minutes and Hours Examples
  • How to build a basic Frontend Application using Laravel and Livewire
  • Auto Renew Let’s Encrypt Certificates using Certbot
  • How to compress and extract files using tar command in Linux – Basic Example

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms