2017 © Pedro Peláez
 

library artists-admin

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

image

vadiasov/artists-admin

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

  • Tuesday, March 13, 2018
  • by vadiasov
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 33 % Grown

The README.md

Laravel ArtistsAdmin

This package creates DB artists. It serves CRUD pages for artists in administrative panel., (*1)

It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB artists. Page Edit includes Photo of Artist. Admin can change it with cropping., (*2)

Installation

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

"require": {
        ...
        "vadiasov/roles-admin": "dev-master",
  }

Then run:, (*4)

composer update

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

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

Create model:, (*6)

php artisan make:model Role

Publish migrations and seeds. Run:, (*7)

php artisan vendor:publish

and enter appropriate number of this package (see terminal output after last command)., (*8)

Migrate:, (*9)

php artisan migrate

Seed if you need demo data:, (*10)

php artisan db:seed class=RolesSeeder

Routes

The routes are in the package:, (*11)

admin/roles
admin/roles/create
admin/roles/{id}/edit
admin/roles/{id}/delete

The Versions

13/03 2018

dev-master

9999999-dev

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

  Sources   Download

MIT

The Requires

 

13/03 2018

1.1.0

1.1.0.0

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

  Sources   Download

MIT

The Requires

 

26/02 2018

1.0

1.0.0.0

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

  Sources   Download

MIT

The Requires

 

22/02 2018

0.0.2

0.0.2.0

This package creates DB table artists and serves CRUD operations with this DB table in administrative panel.

  Sources   Download

MIT

The Requires

 

22/02 2018

0.0.1

0.0.1.0

This package creates DB table artists and serves for CRUD operations with this DB table in administrative panel.

  Sources   Download

MIT

The Requires