hlacos / lara-mvcms-template
Installable tempalte for LaraMvcms.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- hlacos/lara-mvcms: 0.1.*
- laravel/framework: 5.1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-11-13 23:34:04 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