Skip to content

Releases: kemalyen/glog

New structure and tested on Laravel 5.8

30 Oct 21:55
007967c
Compare
Choose a tag to compare
Merge pull request #8 from gazatem/development

New structure

Laravel 5.7 and new readme file

20 Sep 11:45
8a49eb6
Compare
Choose a tag to compare

I've rewrite readme file and updated some files for Laravel 5.7.

Laravel 5.6 and Package Discovery support added

06 Aug 11:00
4cf098c
Compare
Choose a tag to compare

Readme file updated with new upgrade plan

Con file edited and commented

16 Feb 20:00
47fefeb
Compare
Choose a tag to compare

Comments added to the config file. Some new definitions modified in the source code.

Merge the local changes

10 Oct 06:06
Compare
Choose a tag to compare
v0.3.3

development release candidate

Multible middlewares to routes

09 Oct 07:33
Compare
Choose a tag to compare

You can add middleware to route.

Glog Final Release

06 Sep 11:03
Compare
Choose a tag to compare

Production ready version.

Beta release

21 Aug 08:19
Compare
Choose a tag to compare
v0.3

readme updated

Release candidate

03 Jul 07:47
Compare
Choose a tag to compare

can be used in development and testing in beta or prereleases.

Auth configuration added

01 Jul 20:36
Compare
Choose a tag to compare
Pre-release

Default config value is false. You may add laravel auth can be added changing following line from glog.php file in config folder:

'auth'  => 'false',

Change this line to

'auth'  => 'true',