Download the PHP package colorgap/brush without Composer

On this page you can find all versions of the php package colorgap/brush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package brush

License Build Dependency Status devDependency Status

Brush

Brush - beta (version 0.3.0) (Brush 2.0 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:

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


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


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.

Quick links

User Details:



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.


All versions of brush with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.9
laravel/lumen-framework Version 5.4.*
vlucas/phpdotenv Version ~2.2
league/fractal Version ^0.13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package colorgap/brush contains the following files

Loading the files please wait ....