Releases: laraXgram/LaraGram
Releases · laraXgram/LaraGram
v2.0.2
v2.0.1
v2.0.0
A Fresh Start with the Rewritten LaraGram
Some changes include:
- Rebuild
- Addition of a container for dependency management
- Addition of service providers
- Addition of facades for easy access to methods
- Addition of commands for simple usage of the framework
- Changes in the keyboard builder
- Changing the sending and receiving method from the simple system to Laraquest
- Removing the Core from the root folder and transferring it to a separate package
- Added Seaders and Factories next to Models and Migrations
- Deleting .env and moving Configs to separate files
From now on, LaraGram is truly a framework!
v1.10.3
v1.10.2
v1.10.1
v1.10.0
🎆 Big Update 🎆
- Addition of Json database exclusively
- Type definition of each column
- Define column as unique
- Define column as nullable
- Default value of column
- Auto Increment
- Database Model similar to Laravel Eloquent
- ORM similar to Laravel Eloquent
- Migration similar to Laravel Eloquent
- Terminal command for migration and model, create Database
- Insert 1000 records in 10ms
- Storage in json file
- Added none-block
- Fix Bugs
v1.9.0
V1.9.0
1- Added Keyboard Builder
2- Added Keyboard Builder Helper
3- Built helper for all api methods
4- A helper has been created for each api update
v1.8.0
V1.8.0
Added 16
new handlers
v1.7.1
v1.7.1
Added assets()
function for easier access to assets in the Assets
folder.