All Projects → FlorientR → Laravel Gentelella

FlorientR / Laravel Gentelella

A Laravel 5.4 application with Gentelella bootstrap admin tempalte

Projects that are alternatives of or similar to Laravel Gentelella

Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (-3.45%)
Mutual labels:  laravel
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (-4.74%)
Mutual labels:  laravel
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+1060.34%)
Mutual labels:  laravel
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (-2.16%)
Mutual labels:  laravel
Laravel Crawler Detect
A Laravel wrapper for CrawlerDetect - the web crawler detection library
Stars: ✭ 227 (-2.16%)
Mutual labels:  laravel
Laravel Stock
Keep stock for Eloquent models
Stars: ✭ 229 (-1.29%)
Mutual labels:  laravel
Laravel Shareable Models
Create shareable links from your eloquent models.
Stars: ✭ 225 (-3.02%)
Mutual labels:  laravel
Laravel Docs
Laravel 中文文档
Stars: ✭ 231 (-0.43%)
Mutual labels:  laravel
Laravel Database Mail Templates
Render Laravel mailables based on a mail template stored in the database
Stars: ✭ 226 (-2.59%)
Mutual labels:  laravel
Tracker
Laravel Stats Tracker
Stars: ✭ 2,638 (+1037.07%)
Mutual labels:  laravel
Laravel Tag Helper
Add powerful HTML tag helpers to your Laravel application
Stars: ✭ 227 (-2.16%)
Mutual labels:  laravel
Fata
From Apprentice To Artisan. 在线阅读
Stars: ✭ 227 (-2.16%)
Mutual labels:  laravel
Laravelmetatags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
Stars: ✭ 226 (-2.59%)
Mutual labels:  laravel
Laravel Views
Laravel package to create beautiful common views like data tables using the TALL stack.
Stars: ✭ 221 (-4.74%)
Mutual labels:  laravel
Laravel Query Monitor
Simple artisan command to monitoring triggered queries
Stars: ✭ 230 (-0.86%)
Mutual labels:  laravel
Laravel World
provide countries, states, and cities relations and database.
Stars: ✭ 222 (-4.31%)
Mutual labels:  laravel
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (-1.29%)
Mutual labels:  laravel
Laravel Cronless Schedule
Run the Laravel scheduler without relying on cron
Stars: ✭ 231 (-0.43%)
Mutual labels:  laravel
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (-0.86%)
Mutual labels:  laravel
Tomatoidc
TomatoIDC是一款以MIT协议开源主机销售系统,具备易于扩展的插件系统,模版系统,使用强大的Laravel框架进行驱动,能帮助你轻松的扩展主机销售业务。
Stars: ✭ 230 (-0.86%)
Mutual labels:  laravel

laravel-gentelella

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

Change log

4.4

4.3

4.2

4.1

4.0

  • Laravel-Gentelella run now on Laravel 5.4 !

3.0

  • Laravel-Gentelella run now on Laravel 5.3 !

2.2

2.1

  • Add errors pages (500, 404 and 403)

2.0

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

/!\ The home page on laravel-gentelella is empty and not like the demo /!\

Laravel 5.4

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.

Installation

Step 1

With GIT

Clone git repository

With Git SSH

git clone [email protected]:FlorientR/laravel-gentelella.git

Or with HTTPS

git clone https://github.com/FlorientR/laravel-gentelella.git

Go to the project folder

cd laravel-gentelella

Update composer

composer update

With Composer

composer create-project florientr/laravel-gentelella MyProject

Step 2

Copy .env.example file to .env

For Unix

cp .env.example .env

For Windows

copy .env.example .env

Next, run this follow commands

!! YOU NEED TO INSTALL NODE.JS FOR USE NPM !!

For install all NPM package

npm install

Or for install just minimal package

npm install --global bower gulp
npm install gulp
npm install laravel-elixir

And then, run this commands

php artisan key:generate
bower install
gulp

Configure your .env file and run :

php artisan migrate

###UPDATE 2.0

Add auth support !

WARNING : For auth support, configure your .env file with database and smtp connection !

You are ready for a new Laravel 5.4 application with Gentelella template !!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].