Skip to content

Instantly share code, notes, and snippets.

@Truemedia
Created May 20, 2015 19:53
Show Gist options
  • Save Truemedia/b939463bf550d56acd10 to your computer and use it in GitHub Desktop.
Save Truemedia/b939463bf550d56acd10 to your computer and use it in GitHub Desktop.
Nice laravel package README

Project name - Package package

Package name does this, that, and other stuff.

Installation

Install via composer in the root directory of a Laravel 5 application

composer require project/package:dev-master

Add the following line to config/app.php inside the 'providers' array to use the service provider

'Project\Package\PackageServiceProvider',

Update composer

composer update

Run the package install command

php artisan package:install

Usage

This package has several pages with many features

Give them a try (URLs):

  • /default
  • /default/manage

Overview

General gist

Tools

List of tools, everything needed to develop.

Credits

All thanks to me and the community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment