This is a project stub for any kind of multi-actor system written in Laravel php framework. The procedure for use is as follow:
-
Fork this repo
-
Create and cd into a directory for another project name it as you wish.
-
Download and extract in to the new directory you've created.
-
From the terminal run the following commands
- composer install
- npm install / yarn
- cp .env.example .env
- php artisan key:generate
- Open .env and setup the database configuration that matches your server config.
- php artisan migrate:fresh --seed #setup database in ur env
all to be executed from cli