PHP code example of alimehraei / linkedin-v2
1. Go to this page and download the library: Download alimehraei/linkedin-v2 library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
alimehraei / linkedin-v2 example snippets
return [
];
$linkedinAllInOne = new alimehraei\LinkedInAllInOne();
echo $linkedinAllInOne->echoPhrase('Hello, alimehraei!');
bash
php artisan vendor:publish --tag="linkedin-v2-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="linkedin-v2-config"
bash
php artisan vendor:publish --tag="linkedin-v2-views"