-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
24 lines (17 loc) · 868 Bytes
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
?panx-framework v0.3.2
---------------------
?This is next release of panx-framework (v0.3.2).
?The documentation is available on https://panx.eu/docs/.
?New features
- APP_URL = auto
- Route->setTitle()
- Roles and permissions for user
- And more!
?After installation
After installation, you need to run following commands:
?composer install
?php panx-worker config
?php panx-worker setup
?You can also visit /_setup/ from localhost (You can serve the web using php panx-worker serve and access it by http://localhost:8000/_setup/) to generate config and setup (Needs the basic config generated by command php panx-worker config).
?If you want to use Authentification, you should download Auth extension with template files, routes, css, imgs, fonts by running following command:
?php panx-worker extension install https://panx.eu/download/extensions/Auth.zip