Download the PHP package lakm/laravel-comments without Composer

On this page you can find all versions of the php package lakm/laravel-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-comments

**[Documentation](https://lakm.gitbook.io/commenter)** | **[Admin Panel](https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel)** | **[Overview](#overview)** | **[Articles](#articles)** | **[Key Features](#key-features)** | **[Why Commenter](#why-commenter)** | **[Quick Start](#quick-start)** | **[Themes](#themes)** | **[Demo](#demo)** | **[Changelog](#changelog)** | **[Testing](#testing)** | **[Roadmap](#roadmap)** | **[Security](#security)** | **[License](#license)** | **[Sponsor](#sponsor-this-project)** # # ***Everything you need for your commenting system*** A Laravel package that brings powerful commenting functionality to your apps 😍 [![Laravel](https://img.shields.io/badge/laravel-%5E10.0%20%7C%20%5E11.0-red)](https://laravel.com) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Lakshan-Madushanka/laravel-comments/run-tests.yml)](https://github.com/Lakshan-Madushanka/laravel-comments/actions?query=workflow%3ATests+branch%3Amain) [![Packagist Version](https://img.shields.io/packagist/v/lakm/laravel-comments)](https://packagist.org/packages/lakm/laravel-comments) [![Downloads](https://img.shields.io/packagist/dt/lakm/laravel-comments)](https://packagist.org/packages/lakm/laravel-comments) [![GitHub License](https://img.shields.io/github/license/Lakshan-Madushanka/laravel-comments)](https://github.com/Lakshan-Madushanka/laravel-comments/blob/main/LICENSE.md)

Overview

Commenter is a feature-rich, modern package with an admin panel designed to address all your commenting needs. With this package, you won't need any additional tools for the comment functionality in your Laravel projects.

See the documentation for detailed installation and usage instructions.

Articles

screenshot

Key Features

Why Commenter

The commenting feature is a common requirement for most websites. Allowing users to comment enables interaction and enhances the user experience. While Laravel offers a wealth of packages to meet various project needs, there are limited options when it comes to commenting features.

Here are some drawbacks of existing commenting packages:

Due to these issues, most companies tend to opt for commercial packages or plugins. However, spending extra money on commercial packages reduces the company's overall profit. This package is developed to address all these shortcomings.

As a full-stack developer, I have personally encountered these issues. That's why I developed this package—not only for my own projects but also to benefit other developers.

Quick Start

Installation

Usage

Implement CommentableContract and import Commentable trait in commentable model.

Implement CommenterContract and import Commenter trait in commenter model.

Include styles in your layout.

Include scripts in your layout.

Include the comments component with the related model.

[!Warning] You can omit the index part but make sure to include the double colon. Otherwise Laravel will search for the component in project instead of package.

Themes

You can change theme to your prefferred one. Consult documentation here for more info.

Demo

Project

https://github.com/Lakshan-Madushanka/laravel-comments-demo

Mini video

https://youtu.be/6CxgmvESsdc

Full Video

https://youtu.be/dvFIOhSpmv8

[!Note] This mini demo video provides a basic overview of Commenter. The full scope and features of Commenter are much more extensive. A comprehensive video will be published with the stable release.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

Roadmap

Feature Status Version
Comment/Reply Report TBI -
Guest mode email verification :white_check_mark: 2.0.0
Dark Mode Support :white_check_mark: 2.0.0

Security

Please see here for our security policy.

License

The MIT License (MIT). Please see License File for more information.

Sponsor this project

You might think we're biased, but this is genuinely one of the best commenting systems available for paid or free (we doubt there’s a paid solution that’s as tailored to your needs as this one). We're dedicated to continuously improving this package and meeting your requirements. Isn’t it reassuring to have a well-tested, feature-rich commenting system available for free for your Laravel projects?

We truly appreciate any sponsorship you offer. Your contribution is a direct investment in your future as well, with every penny supporting the growth of this project and other open-source initiatives.

If you find value in this project, please consider supporting it by visiting the sponsor page: https://github.com/sponsors/Lakshan-Madushanka. Your support means a lot 💗!


All versions of laravel-comments with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
graham-campbell/security Version 11.2
lakm/nopass Version 1.*
laravel/framework Version ^10.0|^11.0
livewire/livewire Version ^3.5
spatie/laravel-honeypot Version ^4.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lakm/laravel-comments contains the following files

Loading the files please wait ....