claudiusnascimento/gentelelladashboard

Gentelella Dashboard Html presets

dev-master 2020-05-11 12:39 UTC

This package is auto-updated.

Last update: 2024-09-11 22:23:16 UTC


README

Installation

You can install the package via composer:

composer require claudiusnascimento/gentelelladashboard

Usage

Add the GentelellaDashboardServiceProvider in your providers array

ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider::class

Add the GentelellaDashboard in your alias array

'GentelellaDashboard' => ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardFacade::class,

Publishing assets

To work properly, you must to publish the assets and views. Publish the config file is optional.

php artisan vendor:publish --provider="ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider" --tag=views
php artisan vendor:publish --provider="ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider" --tag=assets

Using

Extends the ClaudiusNascimento GentelellaDashboard layout in your view

@extends('gentelelladashboard::layouts.main')

Note:

For the version 1.0.0

  • You must to work with the views purely.
  • The config file is empty
  • There is no component

See the Gentelella Docs:

Gentelella Documentation
Gentelella Template Demo

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email cau@claudiusnascimento.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.