Visual bookmark organizer application in Laravel
![screenshot](https://rivario.com/bookmark/images/bookmark.png ""bookmark"")
Working demo at https://rivario.com/bookmark
- Webpage screenshot
- Tagging
- Public bookmark
- Pinning
- Bookmark This Page Chrome Extension
PHP >= 5.4
MCrypt PHP Extension
GD Library (>=2.0) or Imagick PHP extension (>=6.5.7)
$ git clone git://github.com/yhbyun/laravel-bookmark.git
$ cd laravel-bookmark
If you already installed, skip this process.
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ composer update
$ php artisan migrate --force
PhantomJS ssl bug
If there is no screenshot ofhttps
site and OS is Ubuntu 14.04, replace the installed PhantomJS(ver 1.7) with 2.0.0 version.
$ wget https://github.com/Pyppe/phantomjs2.0-ubuntu14.04x64/raw/master/bin/phantomjs
$ cp phantomjs bin/
http://192.168.22.10.xip.io/
v0.1.0 - First Release
This is free software distributed under the terms of the MIT license
Inspired by and based on bookmarkly.com & readtrend.com
Any questions, feel free to contact me.