Category: Uncategorized

Nuxt3: [useAsyncData] Component is already mounted, why?

When working with Nuxt and needing to handle asynchronous data fetching, it’s important to understand…

 Posted in Nuxt.js, Uncategorized 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 ,

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 , , ,
Vue.js

Vue.js Build & Run from dist

Tip: It’s always good idea to test production build application locally before it is deployed.

 Posted in Uncategorized, Vuejs Tagged , , ,
database

What is the difference between a model and a repository

Repository actually allows you to separate your business logic from database layer (Model). Repository/Entity are…

 Posted in Databases, Eloquent, Laravel, PHP, Symfony, Tips, Uncategorized Tagged , , , , , , ,
Laravel

Configure Redis with Laravel/Lumen 5.8

What is Redis Redis is a storage server that stores data in memory for very…

 Posted in Laravel, Laravel 5.5, Lumen, Uncategorized Tagged , , , , ,
Laravel

Connect Laravel to remote MySql DB with SSH

Quick way of connecting remote database with SSH key, will be by running SSH tunnel….

 Posted in Laravel, Laravel 5.5, Uncategorized Tagged , , , , , , ,
Lumen

Lumen 5.8 activity log composer package

Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…

 Posted in Laravel, Lumen, Uncategorized Tagged , , ,
Laravel

Laravel composer install – Your requirements could not be resolved to an installable set of packages.

If you are running Laravel app, on Ubuntu local machine or cloud server. You might…

 Posted in Laravel, Laravel 5.5, Ubuntu, Uncategorized Tagged , , ,

Completely remove or uninstall MySQL from Ubuntu

If you in any cases need to remove or uninstall MySQL from Ubuntu, follow the…

 Posted in Databases, MySQL, Ubuntu 16.04, Ubuntu 17, Uncategorized Tagged ,