Giter VIP home page Giter VIP logo

laravel-preset's Introduction


Total Downloads Latest Stable Version License


A TALL Admin Dashboard Preset for Laravel 7+

A Laravel 7+ admin preset that scaffolds out a minimum functionality to get one started. On top of Laravel, this preset is built using Tailwind CSS, Alpine JS and Livewire and includes:

Demo

Here is a demo of the preset in action: https://starter.lartisan.dev

Installation

I recommend this package on a fresh Laravel instalation to avoid overriding some files. Here is the file structure of the stubs. To install the preset, run

composer require lartisan/laravel-preset

Then apply the scaffolding by running

php artisan ui lartisan

And finally run

npm install && npm run dev

Enjoy!

File Structure

|── src
|   |── Presets
|	|	└── LartisanPreset.php
|	└── Providers
|		└── LartisanServiceProvider.php
|── stubs
|	|── app
|	|	|── Charts
|	|	|	|── LatestUsers.php
|	|	|	└── MonthlyViews.php
|	|	|── Http
|	|	|	|── Controllers
|	|	|	|	|── Admin
|	|	|	|	|	|── DashboardController.php
|	|	|	|	|	└── PageController.php
|	|	|	|	└── Auth
|	|	|	|		|── LoginController.php
|	|	|	|		└── RegisterController.php
|	|	|	└── Livewire
|	|	|		|── LoginForm.php
|	|	|		└── RegisterForm.php
|	|	└── Providers
|	|		└── RouteServiceProvider.php
|	|── public
|	|	└── img
|	|		|── apple-touch-icon.png
|	|		|── favicon.png
|	|		└── lartisan_logo.png
|	|── resources
|	|	|── css
|	|	|	└── main.css
|	|	|── js
|	|	|	|── app.js
|	|	|	└── bootstrap.js
|	|	|── lang
|	|	|	└── en
|	|	|── sass
|	|	|	└── app.scss
|	|	└── views
|	|		|── admin
|	|		|	└── layouts
|	|		|	|	|── partials
|	|		|	|	|	|── _datepicker.blade.php
|	|		|	|	|	|── footer.blade.php
|	|		|	|	|	|── header.blade.php
|	|		|	|	|	└── sidebar.blade.php
|	|		|	|	└── app.blade.php
|	|		|	|── entypo-icons.blade.php
|	|		|	|── forms-icons.blade.php
|	|		|	|── heroicons-icons.blade.php
|	|		|	|── home-icons.blade.php
|	|		|	|── profile-icons.blade.php
|	|		|	|── tables-icons.blade.php
|	|		|	└── zondicons-icons.blade.php
|	|		|── auth
|	|		|	|── login.blade.php
|	|		|	└── register.blade.php
|	|		|── livewire
|	|		|	|── login-form.blade.php
|	|		|	└── register-form.blade.php
|	|		└── welcome.blade.php
|	|── routes
|	|	└── admin.php
|	|── storage
|	|	|── entypo+
|	|	|── heroicons
|	|	└── zondicons
|	|── tailwind.config.js
|	└── webpack.mix.js
|── composer.json
|── LICENSE.md
└── README.md

License

The lartisan-preset package is an open-source software licensed under the MIT license.

laravel-preset's People

Contributors

bhaustein avatar lartisan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.