larapanel/larapanel

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Blade

v0.1.8 2021-05-15 08:45 UTC

This package is auto-updated.

Last update: 2024-04-15 15:06:50 UTC


README

Simple laravel panel

getting started

installation


composer require larapanel/larapanel

Publish view and js files


php artisan vendor:publish --tag=larapanel

// for update :

php artisan vendor:publish --tag=larapanel --force

Configuration

step 1 :

After publishing new files, copy these two lines in your webpack.mix.js


.js('resources/js/vendor/larapanel/larapanel.js', 'public/modules/js')
.sass('resources/sass/vendor/larapanel/larapanel.scss', 'public/modules/css')

Please note that panel fonts will be published in the following directory :


resources/fonts/

step 2 :

Run following cli command :


npm run dev

Usage

Not available yet...