RhysLees / skeleton-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image info

welcome to skeleton-admin

This is a base package for laravel that scaffold a basic admin panel, it comes with frontend and backend login, 2 webpack configs both for frontend and backend, use inerisia js, tailwind css, vue js, daisy ui,GDPR cookie for laravel, comes with a generic crud builder ready and easy to use and two factor autentication out of the box, the project still in development, so if you have any suggestion or you want to contribute, please submit an issue on github, thanks!

Installation

first you need a clean laravel project, then run the following command:

    1: composer require mariojgt/skeleton-admin
    2: php artisan install:skeleton-admin

There is a config file that will be publish to the config folder where you can update the settings.

by defualt this package will come with those Requirements below, more infor please the the package.json file.

Requirements

  • tailwind.
  • daisy ui.
  • inersia js.
  • vue js.

Usage

after instalation you can acess yoururl/user/login or yoururl/admin/login, the login page will be the same for both frontend and backend, with different logos, but everything can be change the files are inside resources/vendor/skeleton-admin don't forget to run npm run watch in order to update the files, because all the controler are inside the package so you may need to create a repo for your project in order to add new fuctions because the idea is to have a starting point for your project with evething conteined in the package.

note

this package was design to have a strong and simple start point as modular as possible you can update to your needs, and don't forget to contribute to the project, thanks!

About

License:MIT License


Languages

Language:CSS 55.0%Language:Vue 23.2%Language:PHP 18.4%Language:JavaScript 3.1%Language:Blade 0.2%Language:SCSS 0.1%