Download the PHP package digitalserra/laravel-custom without Composer
On this page you can find all versions of the php package digitalserra/laravel-custom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitalserra/laravel-custom
More information about digitalserra/laravel-custom
Files in digitalserra/laravel-custom
Package laravel-custom
Short Description Laravel custom package with pre-installed components
License MIT
Informations about the package laravel-custom
Laravel Custom App
Diferences
This package is a standard laravel 5.1.* installation, but with some additional content and pre-configured
Additional Content
- Whoops
- Heroku deploy ready, create your app, add heroku-buildpack-multi and push to heroku
- Laravel Collective
- Prettus L5 Repository
- IDE Helper Files for Facades, Models and PhpStorm autocompletation
- Laravel Collective Remote
- Artisan Command for git pull on remote server
- Debugbar
- Bower pre-configured with Jquery, Bootstrap, Font-Awesome and Sweetalert
- Login and register views and routes pre-configured
- Reset password system
- pt-BR language
Installation
-
Install the prerequisites
Get template options and layouts at NEON Dashboard Theme
Docker
This skeleton comes with docker containers preconfigured. See docker-compose.yml
for adding or removing containers.
A number of build-in commands is available:
php artisan docker:up | down | restart
- Start, drop or restart the docker containers specified on docker-compose.yml
Caddy
Caddy is a web server like apache or nginx, but with support for HTTP/2 and HTTPS by default.
HTTP/2 is a new version of HTTP that makes your website load faster. HTTP/2 is enabled by default when the connection is served over HTTPS.
A Caddyfile
is present on this project, working for laravel. Feel free to modify then.
Please refer to caddy documentation or github repository for more information. For using caddy as a service, like on nginx for example, see here
Commands
The following commands is available for usage:
php artisan docker:up | down | restart
- Start, drop or restart the docker containers specified on docker-compose.yml
php artisan ssh:run {command} | pull {--folder=public_html | --branch=master}
- Execute ssh operations
Notifications
Set new persistent notifications with:
Type must be one of: info
, success
, error
or warning
You can automatically set a session message passing true
as the fourth argument:
This will create a session notification based on: edvinaskrucas/notification
You can get the number of new notifications created on the latest request using Notify::getNotificationCount()
Testing
This skeleton comes with multiple unit tests
License
The Laravel framework and this package is open-sourced software licensed under the MIT license
All versions of laravel-custom with dependencies
laravel/framework Version 5.1.*
laravelcollective/html Version 5.1.*
anhskohbo/no-captcha Version 2.*
filp/whoops Version ~1.0
barryvdh/laravel-debugbar Version ^2.0
laravelcollective/remote Version 5.1.*
edvinaskrucas/notification Version 5.*
prettus/l5-repository Version ^2.1
barryvdh/laravel-ide-helper Version ^2.1
laracasts/flash Version ^1.3