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.
Download bluemagenta/admin-template
More information about bluemagenta/admin-template
Files in bluemagenta/admin-template
Package admin-template
Short Description Scaffold admin view template for Laravel
License MIT
Homepage https://github.com/bluemagenta/admin-template
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.