Coder Social home page Coder Social logo

inferno's Introduction

Inferno

A Laravel based application which I use as a boiler plate for any project.

The theme used for the application is Bootstrap based AdminLTE theme which can be found here.

Installation

Git clone the repository and then run composer install to get the vendor packages.

composer install

For development the application will also need the node packages so if you have npm or yarn the commands will be as follows

yarn
npm install

Once these things are done, you need to make a copy of the .env.example file and name it .env. Once that is done, you need to setup your database connection, email settings etc.

Once done, finally you can run

php artisan migrate --seed

This command will create all the tables and a user through which you can login as an Admin user.

Username: [email protected]
Password: password

Or you can also login through a normal authenticated user with limited set of permissions with the following credentials

Username: [email protected]
Password: password

A lot of features are configuration based like what you want you app name to be, whether you want users to register for themselves. For these, you need to check the settings.json inside storage folder.

This application also uses Real time capabilities using Redis, Socket.IO and Node. For this to happen, you need to also run

npm run realtime

What this is going to do is run a node based server on localhost port 8890 and the socket clients will listen to this. And the Node application is going to use Socket and Redis to emit events.

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.