Hope you have already install laravel with new version 5.5 or above You can write restful authenticate API through the passport package…
How to change Apache default port to a custom port
How to change Apache default port to a custom port If you have sudo permission you can do easily. The…
How to reset root user password MYSQL on Ubuntu
After the MySQL setup, I have lost my user name and password now I don’t want to reinstall. Then I…
gitlab Command line instructions
GITLab Command line instructions Git global setup git config --global user.name "XYZ" git config --global user.email "xyz@domain.com" Create a new…
How to create plugin in wordpress
How to create plugin in wordpress this very easy if you have some knowledge og php language. Now in this…
how to get all share link of dropbox folder
Request and response formats In general, the Dropbox API uses HTTP POST requests with JSON arguments and JSON responses. Request…
Validating field with tooltip validation
When using FormValidation with some server-side frameworks such as CakePHP, Symfony, Rails, Spring, etc, there is a relationship between the model name and the…
git set up command
=========== Use GIT command ========== >> sudo mkdir foldername >> cd foldername/ >> git init >> git remote add origin…
basic commad of svn
find . -type d -name .svn -print0 | xargs -0 rm -rf /* remove the svn folder from project */…
how to remove index.php from url in magento
1) Log-in to your Magento administration area then go to ‘System > Configuration > Web‘. 2) Navigate to the ‘Unsecure‘…

Recent Comments