2017 © Pedro Peláez
 

library scaffold

A scaffold

image

ghaskell/scaffold

A scaffold

  • Tuesday, June 12, 2018
  • by ghaskell
  • Repository
  • 1 Watchers
  • 1 Stars
  • 71 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 30 Versions
  • 97 % Grown

The README.md

Scaffold

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status, (*1)

Packagist Packagist Packagist, (*2)

Package description: CHANGE ME, (*3)

Installation

Install via composer, (*4)

composer require ghaskell/scaffold

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature., (*5)

Add service provider to config/app.php in providers section, (*6)

Ghaskell\Scaffold\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section, (*7)

Ghaskell\Scaffold\Facades\Scaffold::class,

Publish Configuration File

php artisan vendor:publish --provider="Ghaskell\Scaffold\ServiceProvider" --tag="config"

Usage

CHANGE ME, (*8)

Security

If you discover any security related issues, please email instead of using the issue tracker., (*9)

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator., (*10)

The Versions

12/06 2018