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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-custom

Laravel Custom App

Build Status

Latest Stable Version

Diferences

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

Additional Content

Installation

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

PHP Build Version
Package Version
Requires php Version >=5.5.9
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package digitalserra/laravel-custom contains the following files

Loading the files please wait ....