Recent Posts

How to use PHP Interface in Laravel?

PHP interfaces are a blueprint of a class, that defines a set of methods that…

 Posted in Laravel, PHP Tagged , ,

Tool: Calculate IP Range

Sharing an ip calculation tool by jodies.de.https://jodies.de/ipcalc?host=91.214.20.0&mask1=24&mask2

 Posted in Uncategorized Tagged ,

Laravel Sanctum: Create a token

In Laravel Sanctum, you can create a token for a user through various authentication mechanisms….

 Posted in PHP Tagged , , , ,

iOS: PWDSAFE – dPasswordManager free app

PWDSAFE is a password wallet and easy password manager. Features:

 Posted in Programming Tagged , ,

Support for ios AppStore users

If you are facing trouble using the following apps, or if you have bug reports,…

 Posted in Support Tagged , ,

Vue 3 State Management

Let’s take a quick look at the state management in Vuejs 3. Vue 3 provides…

 Posted in Vuejs Tagged , , , , , , ,

Trip to Hintertux Glacier (Hintertuxer Gletscher)

Hintertux Glacier is Pleasantly cool, 3250 m above the sea. The Hintertux Glacier is the…

 Posted in Vlog Tagged , , , ,

Project 36: Joystick

OverviewFor some DIY projects, you perhaps use a component, that is, a joystick module, such…

 Posted in Microbit Tagged , ,

How to Create a Script Element in JavaScript?

Quick tip of the day, in this post we will see how to add a…

 Posted in javascript, Uncategorized Tagged , , ,
laravel_blog_image

Laravel Migration: How to add a column with a default of an existing column

In this post, we will see how to add a new column to an existing…

 Posted in Laravel, PHP Tagged ,