laravel-share | Optional package for Laravel to generate social share links | Authorization library
kandi X-RAY | laravel-share Summary
kandi X-RAY | laravel-share Summary
laravel-share is a PHP library typically used in Security, Authorization applications. laravel-share has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Share links exist on almost every page in every project, creating the code for these share links over and over again can be a pain in the ass. With Laravel Share you can generate these links in just seconds in a way tailored for Laravel.
Share links exist on almost every page in every project, creating the code for these share links over and over again can be a pain in the ass. With Laravel Share you can generate these links in just seconds in a way tailored for Laravel.
Support
Quality
Security
License
Reuse
Support
laravel-share has a low active ecosystem.
It has 472 star(s) with 84 fork(s). There are 19 watchers for this library.
It had no major release in the last 12 months.
There are 12 open issues and 51 have been closed. On average issues are closed in 104 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of laravel-share is 4.2.0
Quality
laravel-share has 0 bugs and 0 code smells.
Security
laravel-share has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
laravel-share code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
laravel-share is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
laravel-share releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
laravel-share saves you 91 person hours of effort in developing the same functionality from scratch.
It has 229 lines of code, 18 functions and 7 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed laravel-share and discovered the below as its top functions. This is intended to give you an instant insight into laravel-share implemented functionality, and help decide if they suit your requirements.
- Register the package services .
- Build the link .
- Create twitter link .
- Get the discussion link .
- Create a telegram link .
- Register the package services .
- Get the share accessor .
Get all kandi verified functions for this library.
laravel-share Key Features
No Key Features are available at this moment for laravel-share.
laravel-share Examples and Code Snippets
No Code Snippets are available at this moment for laravel-share.
Community Discussions
Trending Discussions on laravel-share
QUESTION
jorenvanhocht/laravel-share share only current page
Asked 2021-Apr-20 at 05:46
I am using the package as https://packagist.org/packages/jorenvanhocht/laravel-share how can I implement this package to share only current page only
...ANSWER
Answered 2021-Apr-20 at 05:46Sharing the current url Instead of manually passing an url, you can opt to use the currentPage function. Share::currentPage()->facebook();
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-share
You can install the package via composer:. If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php. And optionally add the facade in config/app.php. Publish the package config & resource files. You might need to republish the config file when updating to a newer version of Laravel Share. This will publish the laravel-share.php config file to your config folder, share.js in public/js/ and laravel-share.php in your resources/lang/vendor/en/ folder.
Support
If want multiple share links for (multiple) providers you can just chain the methods like this. This will generate the following html.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page