VolistxTeam / Framework by Cryental

Volistx Framework For RESTful API Based on Laravel/Lumen
50
2
1
Package Data
Maintainer Username: Cryental
Maintainer Contact: contact@cryental.dev (Cryental)
Package Create Date: 2021-04-10
Package Last Update: 2024-04-20
Home Page: https://volistx.io/
Language: PHP
License: MIT
Last Refreshed: 2024-04-27 03:14:45
Package Statistics
Total Downloads: 50
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 0
Total Open Issues: 1

Volistx Framework

Volistx Framework For RESTful API Based on Laravel/Lumen

This is a framework skeleton for Volistx API platform using Lumen PHP Framework.

Let's make some awesome thing together!

Requirements

  • PHP 8.1
  • MaxmindDB Extension
  • All Extensions for Lumen

Optional Requirements

  • Swoole Extension

Installation

composer create-project --prefer-dist volistx/framework myproject

Usage

First, copy .env.example to .env.

After that, run following commands:

composer install
php artisan key:generate
php artisan migrate
php artisan cloudflare:reload
php artisan stackpath:reload

Do not forget to set a cronjob for production:

* * * * * php /path/to/artisan schedule:run

Generate an admin access key using this command:

php artisan access-key:generate

For more information, please go to https://docs.volistx.io/vskeleton/introduction