2017 © Pedro Peláez
 

project lara-mvcms-template

Installable tempalte for LaraMvcms.

image

hlacos/lara-mvcms-template

Installable tempalte for LaraMvcms.

  • Friday, August 26, 2016
  • by Hlacos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaraMvcms Installable Template

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads], (*1)

It is a template using LaraMvcms package,, (*2)

Installation

Composer

With composer ``` bash composer create-project hlacos/lara-mvcms-template [projectname], (*3)


### Homestead ``` bash composer require laravel/homestead --dev php vendor/bin/homestead make

Setup .env File

Set up database, mail etc. in .env file., (*4)

Set up google analitycs in the .env file, (*5)

ANALITYCS_SITE_ID=
ANALYTICS_CLIENT_ID=
ANALYTICS_SERVICE_EMAIL=
CERTIFICATE_NAME=

Vendor publish

``` bash php artisan vendor:publish, (*6)


### Migrate Than migrate ``` bash php artisan migrate

Seed

``` bash php artisan db:seed, (*7)


### Install Bower dependencies ``` bash bower install

Language

In config/app.php set the following keys:, (*8)

  • locale
  • fallback_locale

In config/translatable.php set the frontend locales., (*9)

Create first user

bash php artisan lara-mvcms:create-admin-user, (*10)

The Versions

26/08 2016

0.1.0

0.1.0.0

Installable tempalte for LaraMvcms.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework lara-mvcms mcs

26/08 2016

dev-master

9999999-dev

Installable tempalte for LaraMvcms.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework lara-mvcms mcs