Download the PHP package hz-hbo-ict/laravel-core-ui without Composer

On this page you can find all versions of the php package hz-hbo-ict/laravel-core-ui. 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 laravel-core-ui

Laravel CoreUI integration

Latest Stable Version Total Downloads MIT Licensed

This is an opinionated package designed to help our freshman year's students with rapid prototyping of web applications.

The package is based upon CoreUI, with every plugin we deemed unnecessary removed. It builds upon the latest stable releases of Laravel. As of now, that is version 8.x.

It also incorporates a replacement command for Laravel's old ui:auth command that uses CoreUI styled views for a more consistent user experience.

The result is an easy to use package that can setup a secure and complete dashboard front-end in a matter of seconds. Adding new views and features is a breeze and doesn't disrupt your normal workflow.

Installation

Usage

For all the available CoreUI components, see the official demo and the official documentation.

To use the template, create a blade file and extend the layout with @extends('coreui::master').

This template yields multiple sections, all of them optional:

section explanation
title for <title> tag
breadcrumb for breadcrumb bar
body for all of the content
footer for all of the footer content
css for additional CSS files
js for additional JavaScript files

A page can look like this:

CoreUI authentication views

There's a command ui:coreui that behaves just like the built-in ui:auth command, but it replaces the default views with CoreUI styled ones

Configuration

To edit site title, menu and other things, publish the configuration file:

You can now edit it at config/coreui.php.

Customized views

If you need complete control of the provided views, run:

You can now edit them under resources/views/vendor/coreui.

Translations

At the moment, English and Dutch translations are available out of the box. Just specifiy the language in config/app.php. If you need to modify the texts or add other languages, you can publish the language files:

Now, you can edit translations or add languages in resources/lang/vendor/coreui.

Updating the package

To update the package, run the following command. Note that this will overwrite any changes you've made in the published asset files. Published views, config and translations need to be updated manually.

License

This packaged is licensed under the MIT License.

Acknowledgements

Heavily inspired by Jeroen Noten's Laravel-AdminLTE package.


All versions of laravel-core-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
laravel/framework Version ^8.0
laravel/ui Version ^3.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 hz-hbo-ict/laravel-core-ui contains the following files

Loading the files please wait ....