Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
<?php | |
/** | |
* File Name: extract-data-from-multi-select.php | |
* Description: A Simple way to Extract Data from a Multi Select Input and Store in a variable with spearating each values with comma. | |
* Author: Abdul Awal Uzzal | |
* Author Url: abdulawal.com | |
* Article: http://themencode.com/?p=435 | |
*/ | |
if(isset($_POST['select_name'])){ // select_name will be replaced with your input filed name |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
Step #1: Install Laravel
Install the latest Laravel version i.e. Laravel 5.8. To do so go to the project directory and run the command:
composer create-project --prefer-dist laravel/laravel
Step #2: Create Package Directory
create folder from laravel root directory with this structure: