App structure built with the Laravel Lumen Framework and Angular.
colorgap/brush is a Laravel package for app structure built with the laravel lumen framework and angular..
It currently has 23 GitHub stars and 11 downloads on Packagist (latest version v0.3.0).
Install it with composer require colorgap/brush.
Discover more Laravel packages by colorgap
or browse all Laravel packages to compare alternatives.
Last updated
Prerequisites:
Steps to get started:
if above command doesn't work the try adding sudo
Now change the name of your .env.example file to .env
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
To run locally for making changes and develop your app use below command from root folder
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
To bundle and ship brush just execute below gulp command from root folder:
This will create a brush-app.zip in target folder. Just place the zip in your server and explode.