mycodesgit / codelyirv2
Lorem PHP Framework. A tool for a beginner or student. This is an Updated PHP Framework
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: <=8.2
- filp/whoops: ^2.12
- symfony/console: ^5.0
This package is auto-updated.
Last update: 2025-05-09 09:27:09 UTC
README
https://github.com/loretog/lorem-php
Lorem Framework, a tool for beginners or students
How-to:
- Download files
- Extract in your root folder (e.g.: C:\xampp\htdocs\my-app)
Active nav-link
- echo basename($_SERVER['REQUEST_URI']) == 'dashboard' ? 'active' : ''; For Notif success
- echo show_message(); For Selected Item
- echo ($user->usertype == 'Administrator') ? 'selected="selected"' : '' For Menu access limitation
- if($_SESSION['usertype'] == 'Administrator') { } MPDF
- "mpdf/mpdf": "^8.1",