share-l4
share-l4 copied to clipboard
Share links with Laravel 4
Hi, I took the liberty and add the function to share by email. ``` public function email(){ return 'mailto:?subject=Site: ' . $this->text . '&body=Check out this site ' . $this->link;...
Hi, Please incorporate the title, description and thumb image support. Thanks, Vikash
Is there any plans to support Laravel 5?
Not really an issue, but i personally think its cleaner to return objects in my views rather than arrays. Add (object) to Share.php, Line 29: ``` return (object)$return; ``` Now...