inceptphp/incept

A PHP8 No Code Framework

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:cms

0.1.12 2022-07-05 18:46 UTC

This package is auto-updated.

Last update: 2024-05-05 22:31:22 UTC


README

A PHP8 Low Code Framework

Install

  1. Issue the Composer create-project command in your terminal:
$ composer create-project inceptphp/incept <project folder name>
  1. Then go cd <project folder name> and run the following and and follow the wizard to install.
$ cd <project folder name>
$ bin/incept install
$ bin/incept inceptphp/packages/file populate
$ bin/incept inceptphp/packages/auth populate
$ bin/incept inceptphp/packages/role populate
$ bin/incept inceptphp/packages/api populate
$ bin/incept inceptphp/packages/website populate
$ yarn build
  1. To start the server you issue the following command.
$ bin/incept server -h 127.0.0.1 -p 8888
  1. Sign In

Find the Sign In link in the header nav bar or go to:

http://127.0.0.1:8888/auth/signin

Sign in using the following credentials:

  • Username: admin
  • Password: admin

Lastly manually go to the admin:

http://127.0.0.1:8888/admin