mprince/laravel-logger-course-lms

Laravel Logger Package For Course LMS

dev-main 2020-11-20 19:41 UTC

This package is auto-updated.

Last update: 2024-04-21 03:12:39 UTC


README

Laravel Logger

Laravel Activity Logger For Course LMS

Laravel logger is an activity event logger for your Laravel or Lumen application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. Easily have an Activity Log. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+

Course LMS is an Online Learning Management System and this application contains 3 layers of users: Admin, Instructor, and Student. Admin can manage everything from the admin panel and instructors can create accounts and sell their courses using Course LMS. Students can purchase those courses using PayPal and Stripe payment methods and we will add more payment methods in the future updates

Usage

composer require mprince/laravel-logger-course-lms

Course LMS