howtomakeaturn/nomdic is a Laravel package for the nomadic application..
It currently has 151 GitHub stars and 34 downloads on Packagist (latest version v0.3.2).
Install it with composer require howtomakeaturn/nomdic.
Discover more Laravel packages by howtomakeaturn
or browse all Laravel packages to compare alternatives.
Last updated
Nomadic is an open source system to let you gather information with your community.
You can collect information, write reviews, leave comments, and add tags on certain topics.
Currently support list mode, map mode. Features include reviewing/editing/commenting/check-ins/tagging.
Read this in other languages: English, 中文.
Cafe Nomad is a platform gathering information for 2,000+ coffee shops in Taiwan.
Users can find and contribute coffee shop information on Cafe Nomad.

Install Nomadic with composer in the terminal
composer create-project howtomakeaturn/nomdic
config/review-fields.php:Fields for reviewing
config/info-fields.php:Fields for editing. Supported types: string/radio buttons/select menu
config/nomadic.php:Other configuration settings
Nomadic is developed under Laravel 5.3 and MySQL 5.5.
Currently only support user login with Facebook. You need to register a web app in Facebook developer platform and set up the client id/secret in .env file.
Setup the cronjob for Laravel Task Scheduling,
* * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
Nomadic Homepage

Nomadic List Page

Nomadic Map Page

Nomadic Entity Info Page

Nomadic is currenly under beta phase. The system might not be stable and has many issues.
The source code is extracted from another project 'Cafe Nomad', so some redundant code and weird naming exist in the codebase. Will refactor them in the following releases.
Licensed under the GNU General Public License Version 2.0 or later.