Compress Image Before Upload using PHP
Large image size always takes time to load a web page. We always need to upload compress images to the server, If you want to load a large image without …
Compress Image Before Upload using PHP Read MoreLarge image size always takes time to load a web page. We always need to upload compress images to the server, If you want to load a large image without …
Compress Image Before Upload using PHP Read MoreIn this post, we will explain to you how to get a random value from the PHP array. We know that array is an essential part of any programming language …
How to get a random key from a PHP array Read MoreIn this PHP Tutorial, we are going to explain to you How to create a zip file and download multiple files using ZipArchive? In this example, we will use open() method …
How to create a zip file and download multiple files using ZipArchive? Read MoreSometimes we need to upload the image to the server with the image crop option. For example, nowadays we can see that most of the website like Facebook, twitter give …
jQuery crop and resize an image before upload using PHP Read MoreThere are several situations when we need to save the data in PDF in the application. For example, generate an invoice or generate a book in PDF files. In this …
How to generate PDF file using PHP and MPDF library Read MoreWe always encounter a situation where we need to convert a string to array. We can easily do the same with the help of explode() method in PHP, but what …
How to Convert a String to Array Using PHP Without Explode Function? Read MoreMiddleware is a kind of rule which we enforce as per our requirement. Laravel has built-in middleware like Auth. We can create our own middleware as per the requirements and …
How to block IP addresses from accessing the application Read MoreIn a login and registration process, we have to identify the user in the whole project once the user gets authenticated. We all know that we use sessions to store …
How to use Session in Laravel Read More