Here’s what your completed application will look like:
To get a local copy up and running follow these simple example steps.
The current package requirements are:
- Laravel >= 6.x
- PHP >= 7.2
- Node JS >=10.0
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Get a free API Key at https://github.com
-
Clone the repo
git clone https://github.com/markmosobo/comrades-voice.git
-
Install composer dependencies
composer install
-
Install NPM packages
npm install
-
Run this command
cp .env.example .env
-
Run each of these commands
php artisan key:generate
php artisan migrate
php artisan db:seed
-
Finally
php artisan serve
-
Login credentials (admin) [email protected] 123456
Project Link: https://github.com/markmosobo/comrades-voice