Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 612 Bytes

alt text

Laravel Sample App for Passbase

Prerequisits

Please ensure that you have composer and PHP 7.4 installed.

Setup

Please create a .env file at the top level based on the file env.example and set your publishable & secret API key from your Passbase dashboard for MIX_PASSBASE_PUBLISHABLE_KEY & PASSBASE_SECRET_KEY

Installation

Run the folling command to install all dependencies of the project: composer install

Run

Then you can run the following command to start the Application on localhost:8000: php artisan serve