Please ensure that you have composer and PHP 7.4 installed.
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
Run the folling command to install all dependencies of the project: composer install
Then you can run the following command to start the Application on localhost:8000: php artisan serve