-
Clone the repo and
cd
into it -
composer install
-
edit .env
-
php artisan key:generate
-
Set your database credentials in your
.env
file -
Set your Stripe credentials in your
.env
file. SpecificallySTRIPE_KEY
andSTRIPE_SECRET
-
Set your Algolia credentials in your
.env
file. SpecificallyALGOLIA_APP_ID
andALGOLIA_SECRET
. -
Set your Braintree credentials in your
.env
file if you want to use PayPal. SpecificallyBT_MERCHANT_ID
,BT_PUBLIC_KEY
,BT_PRIVATE_KEY
. -
Set
ADMIN_PASSWORD
in your.env
file if you want to specify an admin password. If not, the default password is 'password' -
php artisan serve
-
Visit
localhost:8000
in your browser -
Visit
/admin
if you want to access the Voyager admin backend. Admin User/Password:[email protected]/password
. Admin Web User/Password:[email protected]/password