Download the PHP package sequelone/songs-crud without Composer
On this page you can find all versions of the php package sequelone/songs-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sequelone/songs-crud
More information about sequelone/songs-crud
Files in sequelone/songs-crud
Package songs-crud
Short Description An admin panel for music, using Backpack\CRUD on Laravel 5.
License proprietary
Homepage https://github.com/SequelONE/songs-crud
Informations about the package songs-crud
Backpack\SongsCRUD
This package adds sections to the admin panel for creating a music portal. The scope of application is huge. From small labels to distributors.
Installation
Since SongsCRUD is just a Backpack\CRUD example, you can choose to install it one of two ways.
Download and place files in your application (recommended; remember to also )
1) In your terminal, run:
2) Publish the migration:
3) Run the migration to have the database table we need:
4) [optional] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php
or menu.blade.php
:
5) [optional] If you need the browse field to upload images, please install Laravel-Backpack/FileManager.
Extra Field Type
Shortlink
Generates short links by click. You can add a new field type.
The length
parameter is responsible for the length of the generated short link.
Example:
Output:
Available options for the generate
parameter.
# | Variable | Type |
---|---|---|
1 | global | 0123456789abcdefghijklmnopqrstuvwxyz!@#$%^&*()ABCDEFGHIJKLMNOPQRSTUVWXYZ |
2 | numeric | 0123456789 |
3 | small | abcdefghijklmnopqrstuvwxyz |
4 | small_alphanumeric | 0123456789abcdefghijklmnopqrstuvwxyz |
5 | big | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
6 | big_alphanumeric | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ |
7 | special | !@#$%^&*() |
Upload Tracks
Add in /config/filesystems.php
Console
This command updates the database with the default release formats. You can use this command if you don't want to insert your data into the table.
Executing this command loads all genres.
WARNING! ACHTUNG! ВНИМАНИЕ!
Executing this command completely clears the songs_types
and songs_genres
tables.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Overwriting functionality
If you need to modify how this works in a project:
- create a file; the package will see that, and load your routes file, instead of the one in the package;
- create controllers/models that extend the ones in the package, and use those in your new routes file;
- modify anything you'd like in the new controllers/models;
Contributing
Please see CONDUCT for details.
Credits
- Andrej Kopp
- All Contributors
License
Backpack is free for non-commercial use and Backpack PRO 69€/project for commercial use. Please see backpackforlaravel.com for more information.
All versions of songs-crud with dependencies
cviebrock/eloquent-sluggable Version ^9.0||^8.0||^7.0||^6.0||4.8
spatie/laravel-translatable Version ^4.6
owen-oj/laravel-getid3 Version ^2.0