y2sunlight/apricot-skeleton

Skeleton application for Apricot framework library

v1.0.1 2020-07-31 12:23 UTC

This package is auto-updated.

Last update: 2024-03-29 04:11:31 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.