Based on the response to the previous blog I am going to publish an updated version of the previous code with better UI and bug fixes. Introduction to WebSockets WebSockets is a bi-directional, ful...
This Laravel package creates a backup of your application. The backup is a zip file that contains all files in the directories you specify along with a dump of your database. The backup can be stor...
Installation You can install the package via composer: Configuring the mail transport This package contains a mail transport called preview. We recommend to only use this transport in non-productio...
Demo – https://demo.domprojects.com/ci-breadcrumb/ Installation Download CodeIgniter 3.x.x Unpack the archive Copy the contents of the uncompressed archive to the root of your site or copy th...
To get post with category name and tags name we need to add following code into functions.php file. Please copy and paste this code at the bottom of the page –
features Login Register Private Chat Real time Store chats in database Responsive Ui This project is build with php websockets and angular js for realtime chat with feature given above section. Int...
To set dynamic base_url in codeigniter 3 we need to follow steps given below. Open application\config\config.php file. Replace `$config[‘base_url’]` with following code. What this code ...
Selenium packeage for Laravel for web scrapping.
This package provides integration with FFmpeg for Laravel 6.0 and higher. Laravel’s Filesystem handles the storage of the files. Features Super easy wrapper around PHP-FFMpeg, ...