Create a project using the latest Laravel Create a project using a specific version of Laravel. … LaravelRead more
PHP
PHP PECL extension
PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting … PHP PECL extensionRead more
PHP APC Cache
APC Cache is an open source opcode caching module for PHP. You can find documentation for … PHP APC CacheRead more
How to find Laravel Framework Version
Laravel is a popular PHP framework. In this post, I will show how to check laravel … How to find Laravel Framework VersionRead more
PHP script to test IMAP
Here is a PHP Script to login to IMAP server. Mailboxes\n”; $folders = imap_listmailbox($mbox, “{imap.example.org:143}”, “*”); … PHP script to test IMAPRead more
Redirect a site to www using PHP
To redirect a site to URL with www using PHP, you can use the following PHP … Redirect a site to www using PHPRead more
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 … Codeigniter 3 session not workingRead more
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. … PHP Script to verify private key matches SSL certificate?Read more
How to clear Laravel cache
To clear the Laravel cache, run the command You can also delete compiled files from
Monitoring APCu with APCu Panel
apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run yum install apcu-panel … Monitoring APCu with APCu PanelRead more