2017 © Pedro Peláez
 

library enviricons

Environment-specific favicons for local, development and staging environments in Laravel

image

wdmtech/enviricons

Environment-specific favicons for local, development and staging environments in Laravel

  • Thursday, June 15, 2017
  • by wdmtech
  • Repository
  • 1 Watchers
  • 14 Stars
  • 1,132 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

Latest Stable Version Latest Unstable Version Total Downloads Code Climate License Demonstration screenshot, (*1)

Laravel 5 Enviricons

Environment-specific favicons for your local, development, staging and live application environments in Laravel 4.1, 4.2 and 5.x (use the laravel_4_2 branch for older versions), (*2)

What does this do?

This package adds environment-specific favicons which will help you differentiate which application environment you are working on when you have multiple browser tabs open for the same app., (*3)

I’ve made the mistake of working on the wrong environment in the past — so I created this package in order to help prevent that from happening again!, (*4)

Usage

Require this package using composer:, (*5)

composer require wdmtech/enviricons

Next, add the following line to your providers array in config/app.php:, (*6)

Wdmtech\Enviricons\EnviriconsServiceProvider::class,

Publish the assets and config to your application using:, (*7)

php artisan vendor:publish --tag=enviricons --force

Include the default view provided directly in your main blade template like this:, (*8)

@include('enviricons::enviricons')

…or optionally publish the view to your application's views folder using:, (*9)

php artisan vendor:publish --tag=enviricons-optional-view --force

You can then modify and include the view in any way you wish., (*10)

Source .psd

I have included a source favicon.psd for you to edit/create new favicons as you see fit. Here is a .ico file photoshop plugin which you can use to create .ico files in Photoshop., (*11)

The Versions

15/06 2017

dev-master

9999999-dev

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

26/11 2015

dev-analysis-qgk4Gq

dev-analysis-qgk4Gq

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

20/11 2015

2.0.3

2.0.3.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

30/09 2015

dev-analysis-XaEwkX

dev-analysis-XaEwkX

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

15/09 2015

2.0.2

2.0.2.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

14/09 2015

v2.0.1

2.0.1.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

14/09 2015

v2.0

2.0.0.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar wdmtech

laravel framework environment favicon

02/05 2015

dev-Laravel_4_2

dev-Laravel_4_2

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar wdmtech

laravel framework environment favicon

21/04 2015

v1.0.1

1.0.1.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar wdmtech

laravel framework environment favicon

20/04 2015

v1.0

1.0.0.0

Environment-specific favicons for local, development and staging environments in Laravel

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar wdmtech