hlacos/lara-mvcms-template

Installable tempalte for LaraMvcms.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/hlacos/lara-mvcms-template

0.1.0 2016-08-26 14:56 UTC

This package is auto-updated.

Last update: 2025-10-14 02:00:06 UTC


README

[![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]

It is a template using LaraMvcms package,

Installation

Composer

With composer

composer create-project hlacos/lara-mvcms-template [projectname]

Homestead

composer require laravel/homestead --dev
php vendor/bin/homestead make

Setup .env File

Set up database, mail etc. in .env file.

Set up google analitycs in the .env file

ANALITYCS_SITE_ID=
ANALYTICS_CLIENT_ID=
ANALYTICS_SERVICE_EMAIL=
CERTIFICATE_NAME=

Vendor publish

php artisan vendor:publish

Migrate

Than migrate

php artisan migrate

Seed

php artisan db:seed

Install Bower dependencies

bower install

Language

In config/app.php set the following keys:

  • locale
  • fallback_locale

In config/translatable.php set the frontend locales.

Create first user

php artisan lara-mvcms:create-admin-user