Category: Uncategorized
How to Create a Script Element in JavaScript?
Danyal June 8, 2023
Quick tip of the day, in this post we will see how to add a…
Posted in javascript, Uncategorized Tagged DOM, html, javascript, programming
Vue.js Build & Run from dist
Danyal May 16, 2020
Tip: It’s always good idea to test production build application locally before it is deployed.
Posted in Uncategorized, Vuejs Tagged build, js, production, vuejs
What is the difference between a model and a repository
Danyal July 5, 2019
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 Eloquent, Entity, laravel, Laravel 5.6, Models, Repository, Symfony, Symfony 4
Configure Redis with Laravel/Lumen 5.8
Danyal July 3, 2019
What is Redis Redis is a storage server that stores data in memory for very…
Posted in Laravel, Laravel 5.5, Lumen, Uncategorized Tagged cache, in memory, key values, laravel, lumen, redish
Connect Laravel to remote MySql DB with SSH
Danyal June 11, 2019
Quick way of connecting remote database with SSH key, will be by running SSH tunnel….
Posted in Laravel, Laravel 5.5, Uncategorized Tagged laravel, Laravel 5.6, Laravel 5.8, laravel5.7, lumen, mysql, ssh, tunnel
Lumen 5.8 activity log composer package
Danyal May 12, 2019
Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…
Laravel composer install – Your requirements could not be resolved to an installable set of packages.
Danyal November 9, 2018
If you are running Laravel app, on Ubuntu local machine or cloud server. You might…
Posted in Laravel, Laravel 5.5, Ubuntu, Uncategorized Tagged composer, laravel, Laravel 5.6, php extensions
Completely remove or uninstall MySQL from Ubuntu
Danyal March 30, 2018
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 mysql, ubuntu