File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ There is a RSS generator in here and run after creation or updating a post.
1717- ** src**
1818Contains all functions that used in codes, migrations for a DB and routes.
1919- ** src/App**
20- Contains all classes that used in codes like PDO, Middleware & Router .
20+ Contains all classes that used in codes like PDO, Middleware, Router & .. .
2121- ** src/Controllers**
2222Controllers related with your routes separated for web and app.
2323- ** src/Models**
@@ -28,23 +28,23 @@ Simple PHP files to show data on Frontend with reusable include files.
2828You can update env variables and composer.json to add custom packages.
2929
3030#### Useful Functions:
31- - ** feed()**
31+ - ** XmlGenerator:: feed()**
3232Generate sitemap.xml & rss.xml via a script file
33- - ** upload(...)**
33+ - ** HandleForm:: upload(...)**
3434Upload file, resize image & add watermark
35- - ** mailto(...)**
35+ - ** Helper:: mailto(...)**
3636Send HTML Email
37- - ** validate(...)**
37+ - ** HandleForm:: validate(...)**
3838Validation rules
39- - ** dd(...)**
39+ - ** Helper:: dd(...)**
4040Dumps a given variable along with some additional data
41- - ** csrf(...)**
41+ - ** Helper:: csrf(...)**
4242Check Cross-site request forgery token
43- - ** slug(...)**
43+ - ** Helper:: slug(...)**
4444Slugify string to make user-friendly URL
45- - ** currentUser ()**
45+ - ** UserInfo::current ()**
4646Return current user information
47- - ** userInfo (...)**
47+ - ** UserInfo::info (...)**
4848Return selected user information
4949
5050#### Run Web App:
You can’t perform that action at this time.
0 commit comments