Giter Site home page Giter Site logo

pranavsoft123 / brush-lumen-mysql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from colorgap/brush

0.0 0.0 0.0 9.84 MB

An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.

Home Page: http://brush.colorgap.com

License: MIT License

JavaScript 22.01% PHP 4.88% HTML 16.03% Dockerfile 0.15% Hack 0.29% SCSS 56.64%

brush-lumen-mysql's Introduction

License Build Dependency Status devDependency Status

Brush

## Brush - beta (version 0.3.0) ([Brush 2.0](https://github.com/colorgap/brush/tree/v2) is under development using Angular 2) #### App Scaffolding for laravel lumen and angular based projects: Brush use Laravel's micro framework lumen as a base and build an amazing UI on top of it which provide you quick and easy way to jump start your app. Best part of brush is, it comes with 2 different UI: one for landing page and other for dashboard from same CSS and JS vendor files but different config files. This gives you flexibility to have different look on Customer facing vs admin dashboard.

Technology stack


Jump Start your app today...

Prerequisites:

  • php 5.6 or above
  • node.js 4 or above
  • composer

Steps to get started:

if above command doesn't work the try adding sudo

  • sudo composer install && npm install
  • gulp

Now change the name of your .env.example file to .env


Database setup steps

For database tables and seeding we have created 2 tables Users and Roles, to create table in your database, execute below commands

Set your db details in .env file and execute from project root folder

  • php artisan migrate
  • php artisan db:seed

To run locally for making changes and develop your app use below command from root folder

  • php -S localhost:8000 -t public

After these steps go to : http://localhost:8000 or point MAMP, XAMP or WAMP servers to brush/public directory

You should see Brush landing page

or

Just run

  • npm start Above command will start server and also watch for your changes.

To bundle and ship brush just execute below gulp command from root folder:

  • gulp build --env prod or
  • npm run build

This will create a brush-app.zip in target folder. Just place the zip in your server and explode.

Quick links

User Details:


  • Update themes in brush-config.json file option: "themeName"
  • materializecss (90% ready)
  • bootstrap (100% ready)
  • material (Under development)
  • Or design you own theme and use option themename: your_theme

Note: Use "npm start" while in development node

: This project is in alpha right now, feel free to contribute and if you want any feature that you feel is useful for this application send us at [email protected] we will try to add it to the brush.

brush-lumen-mysql's People

Contributors

colorgap avatar credxlapps avatar pranavsoft123 avatar rahulchaturvedie avatar

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.