Download the PHP package labs64/laravel-boilerplate without Composer
On this page you can find all versions of the php package labs64/laravel-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labs64/laravel-boilerplate
More information about labs64/laravel-boilerplate
Files in labs64/laravel-boilerplate
Package laravel-boilerplate
Short Description Laravel Boilerplate
License MIT
Homepage https://github.com/Labs64/laravel-boilerplate
Rated 5.00 based on 1 reviews
Informations about the package laravel-boilerplate
Laravel Boilerplate Project
Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications.
Table of Contents
- Features
- Theme Demo
- System Requirements
- Installation
- Run
- Docker :point_left:
- How To's & Modules configuration
- How to contribute
- Bugs and Feedback
- License
Features
- Administration Dashboard with Gentelella Admin Theme
- Responsive Layout
- Bootstrap 3
- Font Awesome
- Socialite Integration
- Invisible reCAPTCHA
- Membership plans and Access control management by NetLicensing :thumbsup:
- MySQL, SQLite, PostgreSQL databases support
- AWS S3 support
- Google Analytics support in frontend
- Configuration can be easily made via and template
- Automatic errors feedback via eMail
- i18n support and automatic user client language recognition
- Helper class to ease work with JavaScript variables using blade directive
- Helper class blade directive to ease work with meta tags & properties
- Models for Users and Roles
- Added Auth controller to allow registration activation by email
- Guided Tour by GuideChimp :thumbsup:
- Extended Auth configuration by:
- Ability to switch on/off user registration
- Set up default user role
- Ability to switch on/off registration activation email
- Captcha configuration
- Gravatar support in User model and flexible configuration via
- Added library log viewer to allow printing errors in a log file
- Added library sortable for tables sorting
- i18n: method replaced by in order to support internationalization via JSON resources
- Registration using social services (Google+, Facebook, Twitter)
- Storing last social login in user session
- Added event on SocialLogin
- Added listeners on some events; e.g. Login, Logout, Registration, SocialLogin
- Added notification on user account confirmation
- Added policies to access backend services
- Added database seeders for Users, Roles, and UserRoles
- Improved migration ; fields added active, confirm and deleted_at for soft deletion
- JavaScript / CSS minification
- JavaScript / CSS hashing
- Some very useful helper functions to ease your live :)
Theme Demo
System Requirements
To be able to run Laravel Boilerplate you have to meet the following requirements:
- PHP >= 7.4
- PHP Extensions: BCMath, Ctype, Fileinfo, JSON, Mbstring, OpenSSL, PDO, Tokenizer, XML, cURL, Mcrypt, GD
- Node.js >= 8.x
- Composer >= 1.9.x
Installation
-
Install Composer using detailed installation instructions here
-
Install Node.js using detailed installation instructions here
-
Clone repository
-
Change into the working directory
-
Copy
.env.example
to.env
and modify according to your environment -
Install composer dependencies
-
An application key can be generated with the command
-
Execute following commands to install other dependencies
- 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 changeDB_HOST=127.0.0.1
toDB_HOST=localhost
orDB_HOST=mysql
(for docker-compose environment). - If you get a password error try this command:
Run
To start the PHP built-in server
or
Now you can browse the site at http://localhost:8080 🙌
Docker
Here is a Docker based local development environment prepared, which provides a very flexible and extensible way of building your custom Laravel applications.
What's Inside
This project is based on docker-compose. By default, the following containers are started: laravel-env (centos:7 based), mysql, nginx. Additional containers (phpmyadmin, mailhog) are externalized into docker-compose.utils.yml
. The /var/www/laravel-boilerplate
directory is the web root which is mapped to the nginx container.
You can directly edit configuration files from within the repo as they are mapped to the correct locations in containers.
System Requirements
To be able to run Laravel Boilerplate you have to meet the following requirements:
Run
-
Clone repository
-
Copy
.env.example
to.env
and modify according to your environment (make sure database host set toDB_HOST=mysql
) -
Start environment
or
-
Build project
or
Now you can browse the site at http://localhost:80 🙌
-
Stop environment
or
How To's & Modules configuration
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!
- Clever Kids team for a great support in project structuring.
- GuideChimp - A simple, lightweight, clean and small library for creating guided product tours for your web app.
- PluginPass – WordPress PRO Plugin/Theme Licensing - Easily control the use and monetize your WordPress plugins and themes
- @veerajongit - a package that does the testing automatically every time the code or the test changes
- @rainerkent - Update to Laravel 6
Bugs and Feedback
For bugs, questions and discussions please use the GitHub Issues.
License
This boilerplate is open-source software licensed under the MIT license.
All versions of laravel-boilerplate with dependencies
albertcht/invisible-recaptcha Version ^1.9
arcanedev/log-viewer Version ^7.0
creativeorange/gravatar Version ^1.0
davejamesmiller/laravel-breadcrumbs Version ^5.2
fruitcake/laravel-cors Version ^1.0
kyslik/column-sortable Version ^6.1
labs64/netlicensingclient-php Version ^2.4
laravel/framework Version ^7.0
laravel/socialite Version ^4.1
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
laravelcollective/html Version ^6.1.0