2017 © Pedro Peláez
 

project laravel

Larvel components and code used for Point Blue Applications

image

pointblue/laravel

Larvel components and code used for Point Blue Applications

  • Tuesday, May 30, 2017
  • by pointblueconsci
  • Repository
  • 4 Watchers
  • 0 Stars
  • 250 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 6 % Grown

The README.md

Point Blue Laravel

Shared Larvel code for Point Blue applications, (*1)

Install with command composer require pointblue/laravel, (*2)

In app/Console/Kernel.php:
- add use PointBlue\Laravel\Views\PointBlueViews; to the top of the page - add PointBlueViews::class, to the $commands array, (*3)

Views

To install a view, use the command php artisan pb:view {viewname} where {viewname} is the name of the view that will be copied to the resources/views path of your laravel app. Use this list of available views:, (*4)

  • footer - Standard Point Blue footer
  • navbar - Standard Point Blue navigation bar
  • loading - loading bar, requires uib-progressbar
  • docs - Documentation View, add to routes.php (see below)
  • release - Release Notes View, add to routes.php (see below), (*5)

  • feedback - zendesk feedback widget - install in <head></head>, (*6)

The view will be installed to the directory resources/views/partials/universal, (*7)

Environment Variables

The views will need these environment variables to be set in the .env file:, (*8)

  • APP_URL
  • PB_APP_NAME
  • PB_APP_IMAGE_URL

Routes

The following routes are assumed with code in the footer, and should be implemented in app/Http/routes.php:, (*9)

Route::get('/docs', function () {
    return view('pb-docs');
})->name('docs');

Route::get('/release', function () {
    return view('pb-release');
})->name('release');

Styles

The stylesheet assets/sass/styles.scss should be included in your project under /resources/assets/sass, (*10)

The Versions

30/05 2017

dev-master

9999999-dev

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

30/05 2017

dev-thfield/add-stylesheets

dev-thfield/add-stylesheets

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

03/05 2017

2.1.2

2.1.2.0

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

17/04 2017

2.1.1

2.1.1.0

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

14/04 2017

2.1.0

2.1.0.0

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

06/04 2017

dev-mmagana/feedback-view

dev-mmagana/feedback-view

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

17/03 2017

dev-thfield/newdefaults

dev-thfield/newdefaults

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

17/03 2017

2.0.0

2.0.0.0

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

14/03 2017

1.0.2

1.0.2.0

Larvel components and code used for Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

13/03 2017

1.0.1

1.0.1.0

Views used in Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue

13/03 2017

1.0.0

1.0.0.0

Views used in Point Blue Applications

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Martin Magana
by Brad Sechelski
by Tyler Field
by Doug Moody
by Michael Fitzgibbon

laravel pointblue