PHPackages                             digitalserra/laravel-custom - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. digitalserra/laravel-custom

ActiveProject[Framework](/categories/framework)

digitalserra/laravel-custom
===========================

Laravel custom package with pre-installed components

1.1.7(10y ago)5273MITPHPPHP &gt;=5.5.9

Since Feb 10Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Digital-Serra/laravel-custom)[ Packagist](https://packagist.org/packages/digitalserra/laravel-custom)[ RSS](/packages/digitalserra-laravel-custom/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (14)Versions (14)Used By (0)

Laravel Custom App
==================

[](#laravel-custom-app)

[![Build Status](https://camo.githubusercontent.com/246cc474dab47da5105375d6058f4054ecf8a4bad2d385a742395b2d1cf7ec27/68747470733a2f2f7472617669732d63692e6f72672f4469676974616c2d53657272612f6c61726176656c2d637573746f6d2e7376673f6272616e63683d352e31)](https://travis-ci.org/Digital-Serra/laravel-custom)

[![Latest Stable Version](https://camo.githubusercontent.com/3a96a1e2391268b25bcb35213ca991ced1d5c8088c837312e6432fa87a600afb/68747470733a2f2f706f7365722e707567782e6f72672f6469676974616c73657272612f6c61726176656c2d637573746f6d2f76657273696f6e)](https://packagist.org/packages/digitalserra/laravel-custom)

Diferences
----------

[](#diferences)

This package is a standard laravel 5.1.\* installation, but with some additional content and pre-configured

Additional Content
------------------

[](#additional-content)

- Whoops
- Heroku deploy ready, create your app, add [heroku-buildpack-multi](https://github.com/ddollar/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

[](#installation)

```
composer create-project digitalserra/laravel-custom project-name "~1.0"

```

- Install the prerequisites

    ```
    npm install

    ```

    ```
    bower install

    ```

    ```
    gulp

    ```

    ```
    php artisan migrate

    ```

    Get template options and layouts at [NEON Dashboard Theme](http://demo.neontheme.com/dashboard/main/)

Docker
------

[](#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)

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](https://caddyserver.com/) or [github repository](https://github.com/mholt/caddy) for more information. For using caddy as a service, like on nginx for example, see [here](https://github.com/mholt/caddy/wiki/Caddy-as-a-service-examples)

Commands
--------

[](#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
-------------

[](#notifications)

Set new persistent notifications with:

```
Notify::set('title','type','message')
```

Type must be one of: `info`, `success`, `error` or `warning`You can automatically set a session message passing `true` as the fourth argument:

```
Notify::set('title','type','message',true)
```

This will create a session notification based on: [edvinaskrucas/notification](https://github.com/edvinaskrucas/notification)You can get the number of new notifications created on the latest request using `Notify::getNotificationCount()`

Testing
-------

[](#testing)

This skeleton comes with multiple unit tests

```
phpunit
```

#### License

[](#license)

The Laravel framework and this package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

12

Last Release

3655d ago

Major Versions

0.1 → 1.02016-03-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc82099a90c0a57cb715d6e5204c56be59110d3ea3d1c6a22957094190f85128?d=identicon)[mauri870](/maintainers/mauri870)

---

Top Contributors

[![mauri870](https://avatars.githubusercontent.com/u/10168637?v=4)](https://github.com/mauri870 "mauri870 (434 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digitalserra-laravel-custom/health.svg)

```
[![Health](https://phpackages.com/badges/digitalserra-laravel-custom/health.svg)](https://phpackages.com/packages/digitalserra-laravel-custom)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[lms-laravel/lms-laravel

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
