Releases: avachaphp/framework
Releases · avachaphp/framework
📦 1.1: Templates, exception, and error pages
Avacha comes with a huge update 1.1 🐻
Now Avacha is charged with:
- Templates powered by Latte
- Response helpers:
respond_with_status,respond_with_template - Static assets
.envconfiguration- Simplified namespaces:
Avacha\Framework\toAvacha\,App\Http\ControllerstoApp\Controllers - HTTP error page
- PHP exceptions are now displayed on page on debug mode enabled
- Kernel is now accessible everywhere by using
KERNELconstant
📦 1.0: Avacha is created
Avacha 1.0 is released, hooray 🎉
It provides a few basic backend features for server-side development:
- Routing - create routes to let users access data on the server;
- Controllers - create controllers to fetch and send data to users.