2017 © Pedro Peláez
 

library arts-admin

Laravel package with CRUD actions for arts of music albums and tracks

image

vadiasov/arts-admin

Laravel package with CRUD actions for arts of music albums and tracks

  • Friday, March 16, 2018
  • by vadiasov
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 43 % Grown

The README.md

vadiasov/arts-admin

"Arts" means images of an album or of a track of album or of track without album., (*1)

  • This package creates DB arts (it includes migrations to create DB artists.).
  • It serves CRUD pages for arts in administrative panel.
  • It includes button "order".
  • It includes button "cover" to select the cover of the album or of the track.

Installation

Add the package to root composer.json:, (*2)

"require": {
        ...
        "vadiasov/arts-admin": "^x.x.x",
  }

Then run:, (*3)

composer update

Register package in config/app.php, (*4)

'providers' => [
        /*
         * Package Service Providers...
         */
        Vadiasov\ArtsAdmin\ArtsAdminServiceProvider::class,

Create model:, (*5)

php artisan make:model Art

Migrate:, (*6)

php artisan migrate --path=/vendor/vadiasov/arts-admin/src/Migrations

Create directory to keep arts:, (*7)

mkdir storage/ap/public/arts
chmod -R 777 storage/ap/public/arts

The Versions

16/03 2018

dev-master

9999999-dev

Laravel package with CRUD actions for arts of music albums and tracks

  Sources   Download

MIT

The Requires

 

16/03 2018

1.0.0

1.0.0.0

Laravel package with CRUD actions for arts of music albums and tracks

  Sources   Download

MIT

The Requires

 

16/03 2018

0.0.2

0.0.2.0

Laravel package with CRUD actions for arts of music albums and tracks

  Sources   Download

MIT

The Requires

 

16/03 2018

0.0.1

0.0.1.0

Laravel package with CRUD actions for arts of music albums and tracks

  Sources   Download

MIT

The Requires