bubu-framework / bubu
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.1
- bubu-framework/account: ^1.0
- bubu-framework/auth: ^1.0
- bubu-framework/database: ^1.1
- bubu-framework/email: ^1.0
- bubu-framework/flash: ^1.0
- bubu-framework/http: V1.0.5.1
- bubu-framework/lang: ^1.0
- bubu-framework/router: ^1.0
- nesbot/carbon: ^2.48
- vlucas/phpdotenv: ^5.3
README
Requirements
- Require php ^7.4
Note
For limite recursive call, incluable files can't include other incluable file.
Error code
457: Username or password invalid
458: All fields have not been completed
Http
SESSION_DURATION=1 Equal to 1 day
SESSION_CACHE_LIMITER=private Limiter to private mode
HTTP_EXPIRES=60 Equal to 60 minutes
include
You can change prefix setting in ExtendHtmlTags file
Consider +
for prefix
-
css
+css('file name')
-
js
+js('file name')
-
file
+include('file name')
-
picture
+picture('file name with extension')
-
include variable
+||var|| for echo variable with htmlspecialchars +|!var!| for echo variable without htmlspecialchars
-
incluable forlder
The incluable folder has not access security, so, don't put sensitives data!
For more, please, read wiki.