Leravel is a PHP framework that claims to have cool features like a router, template system, built-in admin panel, localization system, and being lightweight.
- 🧻 A cool router.
- 📜 A template system similar to Blade.
- 🔨 A built-in admin panel.
- 💬 A built-in localization system.
- 👨💻 A built-in CLI system.
- 💹 A built in website stats system .
- 🥋 Lightweight (I think).
To get started with Leravel, follow these steps:
- Leravel needs gd extention for its captcha. Also you will need php and mysql
- Download the latest Leravel release from the releases(Download leravelApp.zip)
- Extract the leravel app anywhere.
- By the default leravel tries to connect to a MySQL server. If you dont have a MySQL server. Disable the default connection in the
app/settings.json
file. - Run cli.bat or cli.sh.
- Type
>start
to start your web application. - In order to use the admin panel you need to go to
http://localhost:8000?admin
not/admin
it is?admin
To access the Leravel admin, go to /?admin
on your website. The admin username and password can be found in /leravel/admin/account.ini
. If you want to disable the admin panel, you can do so from settings.json
.
When you enter the Leravel admin, it will check for updates. If an update is found, it will remind you to update.