2017 © Pedro Peláez
 

project attachments

A simple package for uploading media to Laravel

image

bigbeartech/attachments

A simple package for uploading media to Laravel

  • Tuesday, July 19, 2016
  • by dragonfire1119
  • Repository
  • 1 Watchers
  • 2 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

BigBearTech Attachments

GitHub license, (*1)

Installation

Install via composer - In the terminal:, (*2)

composer require bigbeartech/attachments

Now add the following to the providers array in your config/app.php, (*3)

BigBearTech\Attachments\AttachmentsServiceProvider::class,

and this to the aliases array in config/app.php, (*4)

"Attachment" => "BigBearTech\Attachments\Facades\Attachment",

Then you will need to run these commands in the terminal in order to copy the config and migration files, (*5)

php artisan vendor:publish --provider="BigBearTech\Attachments\AttachmentsServiceProvider"

Before you run the migration you may want to take a look at config/attachments.php and change the table property to a table name that you would like to use. After that run the migration, (*6)

php artisan migrate

The Versions

19/07 2016

dev-master

9999999-dev

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package

19/07 2016

0.0.5

0.0.5.0

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package

25/06 2016

0.0.4

0.0.4.0

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package

24/06 2016

0.0.3

0.0.3.0

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package

23/06 2016

0.0.2

0.0.2.0

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package

23/06 2016

0.0.1

0.0.1.0

A simple package for uploading media to Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel upload package