Skip to content

y2sunlight/apricot-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apricot-skeleton

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.

About

Skeleton application for Apricot framework library

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages