Giter VIP home page Giter VIP logo

lara-lte's Introduction

LaraLTE — Laravel & AdminLTE


Being a freelancer, starting new projects can be a little repetitive, and often times daunting. This repository includes the awesome Laravel framework, with the beautiful AdminLTE administration template.

What's Included ?

of course, Laravel 5.1 and AdminLTE template, which itself requires Twitter Bootstrap which is also included here.

In addition, some useful packages are installed out of the box.

Note! An important note to take, is that my friend Kouceyla contributed to making an RTL version of the AdminLTE template (here is the pull request), so I used the CSS file he added, you'll find it in /resources/assets/sass/admin/app-rtl.scss.

The Requirements

  • All the server requirements when using Laravel 5.1 (see here)
  • Node Package Manager (npm) installed.
  • Gulp installed globally. See the GulpJS Getting Started Guide.
  • And that's it... Yeah!

Getting Started

After satisfying all the requirements,

  1. Clone this repo.
  2. run composer install
  3. run sudo npm install

And you're done. Now start working!

Customizing

Now, for the front-end automation, we use Laravel Elixir, which is just a simplified fluent API to interact with Gulp tasks, without the hassle of installing packages and defining tasks. Check out the documentation for further info.

Look at the /gulpfile.js file, and you'll get it all!

Note! If you want to change anything about Twitter Bootstrap, you'll find everything inside the /resources/assets/less/bootstrap/, and same for the AdminLTE template, anything related to it can be found /resources/assets/less/admin-lte/, and for the JavaScript, AdminLTE has a small JavaScript initialisation script, that has some configuration variables, can be found at /resources/assets/js/admin/admin-lte.js

Now, when working, run

gulp watch --production

That will listen for changes, and compile the Bootstrap & AdminLTE less files, and everything specified in the gulpfile.js file, and minify them (If you don't want them to be minified, remove the --production flag, as, that will tell Laravel Elixir to minify all the assets, CSS and JavaScript). For more info, refer the the Laravel Elixir Documentaiton

That's really It !

Enough talking... Just dig in! Keep whatever you want, and remove whatever that you don't want! This is an opinionated repository that I feel comfortable working with, and wanted to share it.

lara-lte's People

Contributors

breda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.