2017 © Pedro Peláez
 

application kchat

PHP Based Chating Aplication

image

php-kchat/kchat

PHP Based Chating Aplication

  • Wednesday, February 21, 2018
  • by GaneshKandu
  • Repository
  • 2 Watchers
  • 13 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

, (*1)

KChat

PHP Based Chat Application.

Requirements

  • Web Server Apache or Nginx
  • MySQL 5.7
  • PHP version >= 8.0
    • Required extensions :
      • ctype
      • curl
      • dom
      • fileinfo
      • filter
      • hash
      • json
      • libxml
      • mbstring
      • openssl
      • pcre
      • phar
      • session
      • tokenizer
      • xml
      • xmlwriter

Manual installation

Downlaod Kchat Files

Using git

git clone https://github.com/php-kchat/kchat.git

Install Composer

composer install

OR, (*2)

Download Zip and Extract to your Web Directory, (*3)

Install Composer

composer install

OR, (*4)

Using with Composer

composer create-project php-kchat/kchat

Run following command to complete installation

Create .env if not exist., (*5)

cp .env.example .env

Configure database details in .env, (*6)

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

Generate APP_KEY in the .env file:, (*7)

php artisan key:generate

Create tables:, (*8)

php artisan migrate

Give a Writable Permission on, (*9)

  • storage/*
  • bootstrap/cache/*
  • public/images/*

Sign-in your first user and login, (*10)

Maintainers

The Versions

21/02 2018

dev-master

9999999-dev

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating

21/02 2018

1.0.4

1.0.4.0

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating

13/02 2018

1.0.3

1.0.3.0

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating

14/10 2017

1.0.2

1.0.2.0

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating

20/09 2017

1.0.1

1.0.1.0

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating

05/09 2017

1.0.0

1.0.0.0

PHP Based Chating Aplication

  Sources   Download

GPL-3.0

The Requires

 

by Ganesh Kandu

php mysql support helpdesk maria chating