Package Data | |
---|---|
Maintainer Username: | Cryental |
Maintainer Contact: | contact@cryental.dev (Cryental) |
Package Create Date: | 2021-04-10 |
Package Last Update: | 2024-09-15 |
Home Page: | https://volistx.io/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:07:03 |
Package Statistics | |
---|---|
Total Downloads: | 53 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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!
composer create-project --prefer-dist volistx/framework myproject
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