2017 © Pedro Peláez
 

library albums-admin

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

image

vadiasov/albums-admin

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  • Friday, March 16, 2018
  • by vadiasov
  • Repository
  • 0 Watchers
  • 0 Stars
  • 24 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 14 % Grown

The README.md

Laravel AlbumsAdmin

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

It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB albums., (*2)

Installation

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

"require": {
        ...
        "vadiasov/albums-admin": "^1.0.0",
  }

Then run:, (*4)

composer update

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

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

Create model:, (*6)

php artisan make:model Album

Publish config, 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

Routes

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

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

The Versions

16/03 2018

dev-master

9999999-dev

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

16/03 2018

2.0.0

2.0.0.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

13/03 2018

1.4.0

1.4.0.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

09/03 2018

1.3.0

1.3.0.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

05/03 2018

1.2.4

1.2.4.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

05/03 2018

1.2.3

1.2.3.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

05/03 2018

1.2.2

1.2.2.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

05/03 2018

1.2.1

1.2.1.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

03/03 2018

1.1.1

1.1.1.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

03/03 2018

1.1.0

1.1.0.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

26/02 2018

1.0.0

1.0.0.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires

 

26/02 2018

0.0.1

0.0.1.0

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

  Sources   Download

MIT

The Requires