Download the PHP package vadiasov/albums-admin without Composer
On this page you can find all versions of the php package vadiasov/albums-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vadiasov/albums-admin
More information about vadiasov/albums-admin
Files in vadiasov/albums-admin
Download vadiasov/albums-admin
More information about vadiasov/albums-admin
Files in vadiasov/albums-admin
Vendor vadiasov
Package albums-admin
Short Description Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.
License MIT
Package albums-admin
Short Description Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.
License MIT
Please rate this library. Is it a good library?
Informations about the package albums-admin
Laravel AlbumsAdmin
This package creates DB albums (music albums). It serves CRUD pages for albums in administrative panel.
It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB albums.
Installation
Add the package to root composer.json:
Then run:
Register package in config/app.php
Create model:
Publish config, migrations and seeds. Run:
`
and enter appropriate number of this package (see terminal output after last command).
Migrate: `
Routes
The routes are in the package: `
All versions of albums-admin with dependencies
PHP Build Version
Package Version
The package vadiasov/albums-admin contains the following files
Loading the files please wait ....