aanfaisal / gentellastater

Laravel 5.3 Gentella Stater themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#laravel-gentelella

Laravel-gentelella is a Laravel 5.3 application with all Gentelella template components.

3.0

  • Laravel-Gentelella run now on Laravel 5.3 !

Gentelella

Gentellela Admin is a free to use Bootstrap admin template. This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards.

Theme uses several libraries for charts, calendar, form validation, wizard style interface, off-canvas navigation menu, text forms, date range, upload area, form autocomplete, range slider, progress bars, notifications and much more.

We would love to see how you use this awesome admin template. You can notify us about your site, app or service by tweeting to @colorlib. Once the list will grown long enough we will write a post similar to this to showcase the best examples.

Theme Demo

Gentelella Bootstrap Admin Template

Template Demo

Laravel 5.3

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation

Documentation for the framework can be found on the Laravel website.

Go to the project folder

cd laravel-gentelella

Update composer

composer update

Copy .env.example file to .env

For Unix

cp .env.example .env

For Windows

copy .env.example .env

Next, run this follow commands

php artisan key:generate
npm install --global bower gulp
npm install
bower install
gulp

About

Laravel 5.3 Gentella Stater themes


Languages

Language:PHP 72.9%Language:HTML 23.8%Language:Shell 1.7%Language:JavaScript 1.2%Language:Nginx 0.4%