How to clear Laravel cache

How to clear Laravel cache

To clear laravel cache, run command You can also delete compiled files from

How to find java version

How to find java version

To find the java version, run the command Example

PHP Script to verify private key matches SSL certificate?

PHP Script to verify private key matches SSL certificate?

OpenSSL command can be used to verify if an SSL certificate matches a private key file. You need to find

C Programming

C Programming

First C Program

First C Program

To create your first C Program, open any text editor, copy and paste the following code Save it as hello.c

Codeigniter 3 session not working

Codeigniter 3 session not working

On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf When refreshing the script,

Redirect a site to www using PHP

Redirect a site to www using PHP

To redirect a site to url with www using PHP, you can use following PHP code Add this code in

Vue.js

Vue.js

Vue.js is a popular javascript framework. To install Vue, you need Node.js installed. Install Vue.js with Verify Vue.js working with

PHP script to test IMAP

PHP script to test IMAP

Here is a PHP Script to login to IMAP server. See PHP

How to find Laravel Framework Version

How to find Laravel Framework Version

Laravel is a popular PHP framework. In this post, I will show how to check laravel version. To find Laravel

java

java

How to find java version war file for testing Tomcat/Jetty Put it in webapps folder.

Upgrade ruby gem

Upgrade ruby gem

To upgrade a ruby gem run Example See Ruby