# fans **Repository Path**: lkddi/fans ## Basic Information - **Project Name**: fans - **Description**: Dragonflies fly on the water, Socialize with fans! - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Fans Logo # Fans 2 Dragonfly fly on the water, Socialize with Fans! ## Installation Cloned code: ```sh git clone https://github.com/medz/fans ``` Install dependents ```sh composer install ``` Copy environment variable file ```sh cat .env.example > .env ``` Configuring environment variable files. Generate an application key ```sh php artisan key:generate php artisan jwt:secret ``` Publish assets ```sh php artisan vendor:publish ``` Create a soft connection symbol ```sh php artisan storage:link ``` Run data table migration ```sh php artisan migrate --sedd ``` Create founder ```sh php artisan db:create:founder ```