dashx-demo-php
This repository contains a sample application that demonstrates various features of the DashX PHP SDK.
Check out the Developer Guide to understand each feature in-depth.
Requirements
- PHP ^7.4 | ^8.0
- Composer
- Database (Available options)
Setup
Create a new .env file in the root of project and copy the content from .env.example file. Now make the necessary configuration changes in .env file.
Install dependencies
composer install
Database migrations
php artisan migrate
Start the development server
php artisan serve
Useful Links
Don't have an Account yet? Sign up to get started.
Need help? Contact us to get your queries resolved.