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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package songs-crud

Backpack\SongsCRUD

Latest Version on Packagist Build Status Coverage Status Quality Score Total Downloads

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:

Contributing

Please see CONDUCT for details.

Credits

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

PHP Build Version
Package Version
Requires backpack/crud Version ^5.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sequelone/songs-crud contains the following files

Loading the files please wait ....