Tag PHP found of 100 results

How to Get List Files in Laravel Directory

How to Get List Files in Laravel Directory

We would like to show how to get list all files in folder Laravel directory. We will give example to show about Laravel get all files in directory. We also can use this in Laravel 6 Laravel 7 Laravel 9 ..

Sovary September 29, 2022 458
#Laravel  #PHP  #Laravel 9 
Eloquent Order By Query Example in Laravel

Eloquent Order By Query Example in Laravel

Hello friends, in this article we will explain how to use order by query in Laravel. orderBy is the method that allow you to sort the records of given columns name. There are two arguments in the method orderBy first argument is the column name which you want to sort by,..

Sovary September 27, 2022 377
#Laravel  #PHP  #Laravel 9  #Query Builder 
How to Protect XSS using Middleware In Laravel 8 Laravel 9

How to Protect XSS using Middleware In Laravel 8 Laravel 9

In this article we will walk through how to implement middleware for XSS protection in Laravel 8. We will use middleware for web security to protect XSS attack. We will remove HTML tags from filter user input value so they can not exploit you website through XSS..

Sovary September 25, 2022 367
#Laravel  #PHP  #Laravel 9  #Laravel Middleware 
isEmpty() vs isNotEmpty() Laravel Collection Method Example

isEmpty() vs isNotEmpty() Laravel Collection Method Example

This article will provide example of laravel collection check if empty. We will use laravel check collection is not empty. i would like to share with you check if collection is empty in laravel. This article will give you simple example of check laravel collection empty. Let's see bellow example laravel collection empty check...

Sovary September 17, 2022 465
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
How to Convert Image File to Base64 String in Laravel

How to Convert Image File to Base64 String in Laravel

In this article we are going to discuss about Laravel how to convert image file to base64 string format. You will see how to convert image file to base64 format. Then we will look at example how convert the file to base 64 with Laravel...

Sovary September 17, 2022 667
#Laravel  #PHP 
Laravel Call Function Controller in Blade

Laravel Call Function Controller in Blade

Today I will show step by step how to access function in controller from blade Laravel. The below example will give you idea show simple example of Laravel call controller function from HTML blade...

Sovary September 17, 2022 628
#Laravel  #PHP 
Drag Drop File Upload with Dropzone.js in Laravel 8, Laravel 9

Drag Drop File Upload with Dropzone.js in Laravel 8, Laravel 9

If you want to see example how to drag and drop file in browser to upload file in to server then this article will help you to upload by drag and drop with plugin call dropzone.js. You will see below example to upload multiple files step by step..

Sovary August 27, 2022 8.63K
#Laravel  #PHP  #Laravel 9 
How to Add Google Translate in Laravel

How to Add Google Translate in Laravel

Laravel support multi language using localization, but it required setting in configuration files. With Google Translate you don't have to do more hard work. Today tutorial we will discuss on how to use Google Translator with Laravel. We will guide how to use Google Translate API with Laravel app in easy with simple package installation...

Sovary August 27, 2022 688
#Laravel  #PHP  #Laravel 9 
Laravel Create Download Zip Archive File Example Tutorial

Laravel Create Download Zip Archive File Example Tutorial

Hi artisan when you navigate file in server with your browser and there are many files but you want them zip with a single file so that you easily download with one click attachment is download to your computer. Today I will show you how to create zip file in Laravel. We will use Ziparchive to perform this task...

Sovary August 25, 2022 274
#Laravel  #PHP 
Autocomplete Search Ajax Typeahead from Database in Laravel

Autocomplete Search Ajax Typeahead from Database in Laravel

You have ever seen when typing in Google search bar will drop down suggest list of keywords. This is make user convenient to fill in there criteria. In this article I will show you how to create autocompleted search from database to filled in search box...

Sovary August 23, 2022 560
#JQuery  #Laravel  #PHP 
Search