2017 © Pedro Peláez
 

project matribot

Matriphe bot application skeleton based on Laravel.

image

matriphe/matribot

Matriphe bot application skeleton based on Laravel.

  • Saturday, December 23, 2017
  • by matriphe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Matribot

Matribot is a simple basic skeleton application to build bot that based on Laravel application. It is used internally by Muhammad Zamroni (matriphe) for fun projects., (*1)

Installation

Using composer run this command., (*2)

composer create-project matriphe/matribot {your_application_path} --prefer-dist

Now you can use Matribot just like using Laravel application., (*3)

Configuration

Check config/ directory for more details. Use .env file to set configuration locally., (*4)

Deployment

Matribot uses Envoy task runner to do deployment. Make sure your server is properly configured, SSH without password configured, and has composer installed., (*5)

Open Envoy.blade.php and make adjustment there., (*6)

For first deployment, use this command., (*7)

envoy run install

For regular deployment, run this command., (*8)

envoy run deploy

Packages

Matribot are using these packages to do the basic things., (*9)

License

Matribot is open-sourced software licensed under the MIT license., (*10)

The Versions

23/12 2017

1.0

1.0.0.0

Matriphe bot application skeleton based on Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bot