Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 892 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 892 Bytes

Installation

  1. Clone the repo and cd into it

  2. composer install

  3. edit .env

  4. php artisan key:generate

  5. Set your database credentials in your .env file

  6. Set your Stripe credentials in your .env file. Specifically STRIPE_KEY and STRIPE_SECRET

  7. Set your Algolia credentials in your .env file. Specifically ALGOLIA_APP_ID and ALGOLIA_SECRET.

  8. Set your Braintree credentials in your .env file if you want to use PayPal. Specifically BT_MERCHANT_ID, BT_PUBLIC_KEY, BT_PRIVATE_KEY.

  9. Set ADMIN_PASSWORD in your .env file if you want to specify an admin password. If not, the default password is 'password'

  10. php artisan serve

  11. Visit localhost:8000 in your browser

  12. Visit /admin if you want to access the Voyager admin backend. Admin User/Password: [email protected]/password. Admin Web User/Password: [email protected]/password