medz / phpwind
Dragonflies fly on the water, Socialize with fans!
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 174
Watchers: 24
Forks: 40
Language:JavaScript
Type:project
Requires
- php: ^7.1.3
- algolia/algoliasearch-client-php: ^1.27
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/scout: ^6.1
- laravel/tinker: ^1.0
- overtrue/easy-sms: ^1.1
- tymon/jwt-auth: ^1.0.0-rc.3
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2023-10-16 18:34:07 UTC
README
Fans 2
Dragonfly fly on the water, Socialize with Fans!
Installation
Cloned code:
git clone https://github.com/medz/fans
Install dependents
composer install
Copy environment variable file
cat .env.example > .env
Configuring environment variable files.
Generate an application key
php artisan key:generate php artisan jwt:secret
Publish assets
php artisan vendor:publish
Create a soft connection symbol
php artisan storage:link
Run data table migration
php artisan migrate --seed
Create founder
php artisan db:create:founder