Skip to content

Releases: laraXgram/LaraGram

v2.0.2

05 Jul 00:39
Compare
Choose a tag to compare

Version 2.0.2

  • Update Laraquest version to ^0.3
  • Edit Readme and Document

v2.0.1

30 Jun 15:41
Compare
Choose a tag to compare

Version 2.0.1

  • Set defult path for BOT_API_SERVER_DIR from Config/bot.php
  • delete BOT_API_SERVER_LOG_DIR from Config/bot.php

v2.0.0

14 Jun 21:56
54d5631
Compare
Choose a tag to compare

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

13 Mar 21:01
Compare
Choose a tag to compare

fix regex pattern

v1.10.2

18 Feb 17:38
c489940
Compare
Choose a tag to compare

fix auth class bug

v1.10.1

09 Feb 14:11
Compare
Choose a tag to compare

V 1.10.1

  • Fix Bug
  • Edit document
  • Obsolete previous versions

v1.10.0

26 Jan 16:05
2892a3e
Compare
Choose a tag to compare

🎆 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

14 Aug 17:29
Compare
Choose a tag to compare

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

20 Jul 16:38
Compare
Choose a tag to compare

V1.8.0

Added 16 new handlers

v1.7.1

17 Jul 14:07
Compare
Choose a tag to compare

v1.7.1

Added assets() function for easier access to assets in the Assets folder.