Download the PHP package dev7ch/vertico without Composer
On this page you can find all versions of the php package dev7ch/vertico. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dev7ch/vertico
More information about dev7ch/vertico
Files in dev7ch/vertico
Package vertico
Short Description LUYA CMS boilerplate to kickstart projects with Verti Theme by HTML5UP.
License MIT
Informations about the package vertico
LUYA CMS Kickstarter - VERTICO
Features
- Complete LUYA CMS integration
- Fully responsive and ready to use
- Admin area integration
- Customizable blocks with drag 'n' drop support
- Multi level navigation included
- SCSS and Gulp worklfow included
Installation
1.) Create project with composer, fork repository or clone from git
Creating a new project from packagist is recommend.
Or you can also clone the git repository into your web root folder.
2.) Get all dependencies ready for setup via composer
Navigate to the new created project root.
Find more detailed informations and help at LUYA CMS Install Guide.
3.) Rename distributed config files and create database
Navigate from your project root into the configs/
folder.
Create a new, empty database and make sure that in configs/env-local-db.php
the user and password for the database connection is properly set.
Rename example database in configs folder (optionally):
Import luya_vertico_demo.sql
into your previously created database.
Of course you can start without a demo DB but it helps to see and understand the features of this theme.
4.) Run LUYA CMS setup
As all went fine navigate back to your project root and run the LUYA CMS setup commands.
You could check the health of the cms system like this:
Finally adding a new admin user to your cms is required to log in to the admin interface.
If you imported luya_vertico_demo.sql
use:
If you started with an empty database simply run:
Please have a look at the Luya Guide if you have any problems.
5.) Done! Login to your new Website
If all went fine and no error's shown in Terminal head over to your new website.
Front-End
Vertico is a modern, fully responsive theme by HTML5 UP.
Libraries
These frontend libraries are included and available.
» jQuery (yii\web\JqueryAsset)
» Fontawesome Icons
» Skell Responsive Framework
Compiling
We have created our own NPM Package that includes our gulp workflow.
Inside the resources/
folder, everything is prepared.
See zephir/zephir-gulp-workflow for a full documentation of the workflow.
Backend
Assets
To speed up your local development you can uncomment the following lines in configs/env-local.php
in order to use symlinking your assets instead of copy them every run.
Now all assets will be symlinked and not copied.
This will also enable CSS instant reload provided by
browserSync
(gulp).
All versions of vertico with dependencies
luyadev/luya-module-admin Version 1.0.0-RC3
luyadev/luya-module-cms Version 1.0.0-RC3
luyadev/luya-bootstrap4 Version ^1.0@dev