Download the PHP package bluemagenta/admin-template without Composer

On this page you can find all versions of the php package bluemagenta/admin-template. 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 admin-template

Scaffold Admin Template for Laravel

The package will generate admin template and it's dependencies for you, so you can start to create your pages directly. No need to set up the template from the scratch

Installation

use composer require command

copy the files

install the assets

add the compile command to package.json

then run it

How to Use

just extend templates/admin.blade.php or templates/blank.blade.php in your page

open templates\components to edit the header, sidebar, footer. if you need more customization, feel free to edit everything else in templates folder

The templates is created by using Coreui - free version which is using bootstrap 4. Please visit these sites for the preview and more information about any available UI components.

you can also open views/examples folder for my examples.

The Generated Files

The package will add these files to your resources/ folder:

Uninstall

This package is intended for one time use only, during initial setup of your project. After the files generated successfully, you can uninstall it safely without losing the files

Dependencies

Besides Coreui - free version and bootstrap 4, the package also add a few js library:

If you won't use one of it, you can remove the librariy in package.json, admin/admin.js, and admin/admin.scss files

Compatibility

There's no automatic test yet, but it should work on Laravel 5.5 and above

License

The MIT License (MIT). Please see the file for more information.

Additional Notes

This package is open to public, but is intended for my personal use.

Feel free to use it if you find it helpful. When you find something lack in the package, you can extend it by forking it.


All versions of admin-template with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
laravel/framework Version ^5.5
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 bluemagenta/admin-template contains the following files

Loading the files please wait ....