Monday, 5 December 2022
Import DataTables node_modules CSS/SCSS in Vite Laravel
›
If you are using `Vite` for developement in Laravel. Then import node_modules css like this. @import 'datatables.net-dt/css/jquery.da...
Wednesday, 9 September 2020
Country Code and Country Name JSON format/File
›
Country Code, name & ID JSON format: [ { "id": 1, "code": "AD", "name...
Tuesday, 30 June 2020
Use Different PHP version During Composer Install or Update
›
Use following command to specify PHP version. php7.2 /usr/bin/composer install OR php7.2 /usr/bin/composer update /usr/bin/php7.2 /u...
PHP missing extension ext-mbstring during Composer Install or update
›
When you do composer install or composer update , you may get following error phpunit/phpunit 7.5.9 requires ext-mbstring * -> the req...
PHP missing extension ext-dom during Composer Install
›
When you do composer install or composer update , you may get following error phpunit/phpunit 7.5.9 requires ext-dom * -> the requested...
Saturday, 27 June 2020
Wordpress Update Failed - Inconsistent file permissions.: wp-admin/includes/update-core.php
›
This is usually because of the user that excuting PHP doesn't have proper execution permission. Please change the owner and the group to...
Friday, 12 June 2020
Get GIT remote url
›
Please use the following command to get remote URL git config --get remote.origin.url Step 2: Open config file in the .git folder in...
›
Home
View web version