Author: Sajid
How to Log Query in Laravel
Are you looking to print the query in Laravel? Or in other words, do you want to log queries in Laravel? Both questions have slightly…
How to Use DataTable in PHP
Do you want to integrate DataTable in your application? DataTable adds advanced interaction controls to your HTML tables. Plus it is open-source so everyone can…
How to Convert HTML to PDF in PHP
PDF(Portable Document Format) is a file format that includes text formatting and images in a fixed-layout. The PDF is independent of application software, hardware, and…
How to Increase WordPress File Upload Size Limit
Are you looking to increase WordPress file upload size limit? If your server running on the lower limit on file upload size then you can…
How To Create WordPress Video Gallery of YouTube Videos
Are you looking for creating a WordPress video gallery? One may need to place the videos on their WordPress website regarding their products, how to…
How to Upload Images to Another Server Through FTP in Laravel
Do you want to upload your files from your Laravel application to another server through FTP? Laravel comes with the built-in support for uploading files…
How to Add Google OAuth Login in Website with PHP
If you are running a website where a user can register then you may want to add Google OAuth login feature. Google sign in for…
How to Add Sticky Buttons on WordPress Website
Are you looking for adding sticky buttons to your WordPress website? Using sticky action buttons, the user can easily get information related to the website….
Upload and Resize Multiple Images in Laravel
Apart from this blog, I am running a YouTube channel where I share the video tutorials. Recently one of the YouTube channel subscribers asked about…
How to Upload file to S3 using Laravel Filesystem
Recently I have published an article Upload Files to Amazon S3 Using AWS PHP SDK. One of our readers asked how to perform AWS S3…