alimehraei/linkedin-v2

LinkedIn all in one for Laravel

v0.0.1-beta 2022-10-19 16:57 UTC

This package is auto-updated.

Last update: 2024-06-25 11:00:10 UTC


README

LinkedIn all in one for Laravel

Installation

You can install the package via composer:

composer require alimehraei/linkedin-v2

You can publish and run the migrations with:

php artisan vendor:publish --tag="linkedin-v2-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="linkedin-v2-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="linkedin-v2-views"

Usage

$linkedinAllInOne = new alimehraei\LinkedInAllInOne();
echo $linkedinAllInOne->echoPhrase('Hello, alimehraei!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.