GithubHelp home page GithubHelp logo

b3cod4x-standalone's Introduction

B3COD4x-standalone

Standalone version of the b3cod4x library

To install follow the following steps

  1. Run
composer create-project stormyy/b3cod4x-standalone
  1. Fill in the database information and the APP_URL (Ex: http://mydomain.com), APP_NAME (Ex: LuVPortal) in .env in the root.
  2. Run migrate to install database
php artisan migrate

Now you should be good to go! Superadmin is:

Username: [email protected]
Password: ChangeMeFast

Add you b3 server via the panel and you can use it straight away ;)

Notifications

To turn on notifications you have to add the following settings

  1. Create a account on http://www.pusher.com (Free sandbox one)
  2. Run
composer require pusher/pusher-php-server
  1. In .env set BROADCAST_DRIVER to pusher ALSO fill in the PUSHER variables in the buttom of the .env you can find these values @ the pusher website
  2. Enjoy :)

B3 plugins

This project requires the following plugins to be installed in b3:

Plugin status Plugin chatlogger

b3cod4x-standalone's People

Contributors

stormyy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

b3cod4x-standalone's Issues

composer update fails

composer update unable to run because of some typo error.
Error is:
In Loader.php line 228:

Dotenv values containing spaces must be surrounded by quotes.

[Illuminate\Database\QueryException]

C:\xampp\htdocs\b3cod4x-standalone>php artisan migrate

[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where table_schema = ssdd2 and table_name = migrations)

[Doctrine\DBAL\Driver\PDOException]
could not find driver

[PDOException]
could not find driver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.