Boilerplate
Boilerplate
Why GitHub?
Enterprise
Explore
Marketplace
Pricing
Sign in
Sign up
51
447
198
Labs64/laravel-boilerplate
Code
Issues 2
Pull requests 1
Projects 0
Wiki
Security
Insights
Join GitHub today
GitHub is home to over 36 million developers working together to host and review
code, manage projects, and build software together.
Laravel 5 Boilerplate / Starter kit with Gentelella Admin Theme
https://github.com/Labs64/laravel-boi�
php
laravel
laravel5
admin
bootstrap
twitter
laravel-boilerplate
social-login
framework
theme
docker
boilerplate
template
starter
nodejs
responsive
font-awesome
docker-compose
starter-kit
open-source-friday
230 commits
1 branch
6 releases
4 contributors
MIT
@v-rudkovskiy
v-rudkovskiy update laravel to v5.8
Latest commit 784aec5 17 hours ago
Type Name Latest commit message Commit time
app update laravel to v5.8 17 hours ago
bootstrap Create .gitkeep 2 years ago
config update laravel to v5.8 17 hours ago
database update laravel to v5.8 17 hours ago
dockerfiles Delete docker-clean-all.sh 2 years ago
public update laravel to v5.8 17 hours ago
resources update laravel to v5.8 17 hours ago
routes update laravel to v5.8 17 hours ago
storage Delete .gitignore 2 years ago
tests - add migrations social_accounts, roles, permissions 2 years ago
.env.example update laravel to v5.8 17 hours ago
.gitattributes - add migrations social_accounts, roles, permissions 2
years ago
.gitignore Remove bower 2 years ago
.travis.yml Update .travis.yml 2 years ago
CONTRIBUTE.md Update CONTRIBUTE.md 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 9 months ago
artisan - add migrations social_accounts, roles, permissions 2 years ago
composer.json update laravel to v5.8 17 hours ago
docker-compose.utils.yml - split base and utils docker compose
configuration 2 years ago
docker-compose.yml - split base and utils docker compose configuration
2 years ago
package-lock.json update laravel to v5.8 17 hours ago
package.json Issue #24 Upgrade Gentelella to the1.4.0 version 2
years ago
phpunit.xml - add migrations social_accounts, roles, permissions 2
years ago
server.php - add migrations social_accounts, roles, permissions 2 years ago
webpack.mix.js Issue #30 Fix jQuery.Deferred exception 2 years ago
README.md
Build Status PHP Badge Latest Stable Version Total Downloads License Stories in
Ready
Laravel 5 Boilerplate Project
Laravel Boilerplate provides a very flexible and extensible way of building your
custom Laravel 5 applications.
Table of Contents
Features
Theme Demo
System Requirements
Installation
Run
Docker ??
How To's & Modules configuration
How to contribute
Bugs and Feedback
License
Features
Theme Demo
To be able to run Laravel Boilerplate you have to meet the following requirements:
Installation
$ wget https://getcomposer.org/composer.phar
$ chmod +x composer.phar
$ mv composer.phar /usr/local/bin/composer
Clone repository
$ cd laravel-boilerplate
$ cp .env.example .env
$ npm install
$ npm run dev
Run these commands to create the tables within the defined database and
populate seed data
Troubleshooting
If you get an error like a PDOException try editing your .env file and change
DB_HOST=127.0.0.1 to DB_HOST=localhost or DB_HOST=mysql (for docker-compose
environment).
Run
To be able to run Laravel Boilerplate you have to meet the following requirements:
docker
docker-compose
Run
Clone repository
Copy .env.example to .env and modify according to your environment (make sure
database host set to DB_HOST=mysql)
$ cp .env.example .env
Start environment
Build project
$ docker-compose down
or
$ docker-compose -f docker-compose.yml -f docker-compose.utils.yml down
Check out project wiki pages for modules configuration and troubleshooting. For
more detailed instructions on how to use Laravel and it's extensions, check out the
full Laravel documentation.
How to contribute
Fork the repository, read the CONTRIBUTE file and make some changes. Once you're
done with your changes send a pull request and check CI validation status. Thanks!
Contributors and Supporters
Thank you to all the contributors on this project. Your help is much appreciated!
For bugs, questions and discussions please use the GitHub Issues.
License
Contact GitHub
Pricing
API
Training
Blog
About