pongsit / system
Main system for all Pongsit's apps
v0.4.1
2021-01-11 06:49 UTC
Requires
- firebase/php-jwt: >=5.2
- fortawesome/font-awesome: 5.14.0
- pongsit/auth: >=0.1.1
- pongsit/dbmy: >=0.0.1
- pongsit/file: >=0.0.2
- pongsit/firebase: >=0.0.4
- pongsit/jquery: >=0.0.1
- pongsit/line: >=0.0.3
- pongsit/linenotify: >=0.0.4
- pongsit/model: >=0.0.2
- pongsit/option: >=0.0.2
- pongsit/password: >=0.0.2
- pongsit/profile: >=0.0.2
- pongsit/role: >=0.0.2
- pongsit/site: >=0.0.2
- pongsit/time: >=0.0.2
- pongsit/url: >=0.0.1
- pongsit/user: >=0.0.4
- pongsit/view: >=0.0.1
- twbs/bootstrap: 4.5.2
This package is auto-updated.
Last update: 2025-03-11 16:39:10 UTC
README
To start a new project
- copy every thing in root/ to the root of your project the files under root/ shoud be app/ vendor/ composer.json composer.lock index.php
- cd to app/ and run "mv gitignore .gitignore"
- create database in phpmyadmin and copy and paste the sql command in root/app/system/db.php from line 2 to the end of the file
- edit root/app/system/conf.php and fill out the info (at least database info)
- create firebase project get var firebaseConfig and firebase version then paste to root/app/system/conf.php
- enable firebase authentication on google
- go to root from a browser and login with google