Download the PHP package matthewfritz/laravel-cms-scaffolding without Composer

On this page you can find all versions of the php package matthewfritz/laravel-cms-scaffolding. 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-cms-scaffolding

Laravel CMS Scaffolding

License: MIT Project Version 1.0.0 Laravel 5.4

This project contains the boilerplate functionality that you would expect to see in a Laravel CMS. That way you can start working on your cool features instead of having to worry about the routing and content retrieval.

This scaffolding project is written in Laravel 5.4.

Installation

This project can be installed from Composer.

composer create-project --prefer-dist matthewfritz/laravel-cms-scaffolding my-custom-cms

Features

Out of the box, you get a bunch of features. This laravel-cms-scaffolding project can actually be used as a basic lightweight CMS on its own. However, you will probably want to use it as a jumping-off point for larger projects since it takes care of the CMS boilerplate for you.

Themes

Themes are located in the resources/views/themes directory. There are two example bare-bones themes included that demonstrate various bits of functionality supported by this project.

Default Theme

This theme is located in resources/views/themes/default.

This theme is automatically applied when a site does not specify which one to use. It uses a regular page rendering template but also includes a custom 404 page template.

It is a basic Bootstrap theme.

Carousel Theme

This theme is located in resources/views/themes/carousel.

This theme includes a regular page rendering template but also includes a rendering template to be used specifically for the landing page of a site.

It is a basic Bootstrap theme but the landing page uses a custom rendering template that includes a Bootstrap carousel.

Database Tables

This project comes with several migrations. The migrations included create the following tables:

Development Data

There is also seeder data for every table that sets-up two example sites along with the relevant revisions, pages, and themes.

Debugging

The Laravel Debugbar (barryvdh/laravel-debugbar) is one of the dependencies for this repository. If you do not wish to use the debug bar, either remove the service provider in config/app.php or set APP_DEBUG=false in your .env file.


All versions of laravel-cms-scaffolding with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
barryvdh/laravel-debugbar Version ^2.3
csun-metalab/laravel-proxypass Version ^1.0
guzzlehttp/guzzle Version ~6.0
laravel/framework Version 5.4.*
laravel/tinker Version ~1.0
laravelcollective/html Version ^5.4
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 matthewfritz/laravel-cms-scaffolding contains the following files

Loading the files please wait ....