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.
We recommend using Composer to install Apricot as follows:
composer create-project y2sunlight/apricot-skeleton your-app-name
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.
See Apricot framework.
This skeleton is licensed under the MIT license. See License File for more information.