baytek/laravel-content-webpage

Webpage Content Provider

1.2.5 2019-05-22 19:17 UTC

This package is auto-updated.

Last update: 2024-05-07 21:32:35 UTC


README

Laravel License PHP

Installation

Composer

Currently this project is not publicly available. You must add a repository object in your composer.json file. You must also have SSH keys setup.

"repositories": [
    {
        "type": "git",
        "url": "ssh://sls@slsapp.com:1234/baytek/laravel-content-webpage.git"
    }
],

Add the following require to your composer.json file:

"baytek/laravel-content-webpage": "dev-master"

Lastly run:

composer update

Configuration

Currently there is no real configuration other than configurations that are exposed using the laravel-settings package.

Soon views and generic configurations will be added. Details will be added here.

Dependencies

This project depends on:

"baytek/laravel-content": "dev-master",
"baytek/laravel-settings": "dev-master",

Packing Info

This package provides two routes, a route resource mapped to admin/webpage and a wildcard route at the index.