Set Up - 404GNF/International-Agents-Portal GitHub Wiki
$ git clone https://github.com/404GNF/International-Agents-Portal.git$ cd International-Agent-Portal/$ composer install$ npm install$ cp .env.example .envEdit .env so that the laravel framework can connect to your mysql database.
$ php artisan key:generate$ php artisan migrate:fresh --seed$ php artisan storage:link- You will need to update
php.ini. To locate the file on your computer/server, executephp --iniin your CLI. - Edit the following properties:
upload_max_filesize (we recommend 500M)
post_max_size (we recommend 500M)- If you use NGINX, add/edit
client_max_body_sizeto your sever configuration.
- Route:
{APP_URL}/admin - Default email:
[email protected] - Default password:
admin