y2sunlight / apricot-skeleton
Skeleton application for Apricot framework library
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- y2sunlight/apricot: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:38:10 UTC
README
This skeleton application was built for the Apricot framework library.
By installing this skeleton you can quickly and easily create a new application using the apricot framework library.
Installation
We recommend using Composer to install Apricot as follows:
composer create-project y2sunlight/apricot-skeleton your-app-name
Quick Start
After installing Apricot, you can create your application's skeleton.
cd your-app-name
php apricot.php build
Start PHP's built-in web server.
php -S localhost:8888 -t public
And access the following URL.
Your Apricot application "login page" will appear. Then log in. The default account id is root
, no password is set.
Documentation
See Apricot framework.
License
This skeleton is licensed under the MIT license. See License File for more information.