themexpert / hunt
...
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- laravel/framework: 5.3.*
- laravel/passport: ^1.0
- laravel/socialite: ^2.0
- pda/pheanstalk: ~3.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is auto-updated.
Last update: 2025-03-29 00:32:16 UTC
README
Build a better products with your users, customers, and internal teams by capturing product feedback and prioritize them intelligently.
Pre Requirement
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer
- Database ( MySql or PostgreSQL )
Optional Pre Requirement
Installation Process
Clone hunt on your machine then follow all steps one by one.
- Copy .env.example to .env
- Open .env and setup your APP_NAME and FROM_EMAIL
- Setup your DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD in the .env file
- After that, setup your MAIL_HOST, MAIL_PORT, MAIL_USERNAME, MAIL_PASSWORD in the .env file
- Copy config/developer.example.php file to config/developer.php and add your developer email address ( The email address you will set in the developer.php file, they will get extra power in the Hunt such as products creating, deleting and many more ).
- Set bootstrap and storage directory permission to 755
- Open your terminal and run
composer install
from hunt root directory ( to install Hunt dependencies ) - Run
php artisan migrate
- Finally, run
php artisan passport:install
- Run
php artisan key:generate
There are two optional setup process, you may want ( not mandatory )
-
If you want Gmail login support
- Goto Google Console
- Create your own API key ( use your-domain.com/auth/google/callback as Authorized redirect URIs )
- Enable Google+ API
- Setup your API credential GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT in the .env file
-
If you want Beanstalk as your Queue Driver
- Install Beanstalkd
- Set QUEUE_DRIVER as beanstalkd in the .env file.
License
This package is licensed under the MIT License