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
Requires
- inceptphp/packages: 0.1.14
README
A PHP8 Low Code Framework
Install
- Issue the Composer create-project command in your terminal:
$ composer create-project inceptphp/incept <project folder name>
- 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
- To start the server you issue the following command.
$ bin/incept server -h 127.0.0.1 -p 8888
- 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