Download the PHP package dev7ch/story without Composer
On this page you can find all versions of the php package dev7ch/story. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package story
Short Description LUYA CMS boilerplate to kickstart your projects with STORY theme designed by HTML5Up.
License MIT
Informations about the package story
LUYA CMS Kickstarter - STORY
Features
Create modern portfolio websites in a few minutes. This LUYA CMS Kickstarter provides a highly flexible content block wich lets you define styles, colors, size, animations and much more from the admin area.
This project ist still under development
- Complete LUYA CMS integration
- Fully responsive and ready to use
- Highly customizable content styles
- Gallery with different styles and lightbox support
- Full admin integration
- Customizable blocks with drag 'n' drop support
- SCSS and Gulp workflow for compiling
- Multi level navigation included
Installation
1.) Create project with composer, fork or clone repository from Github
Creating a new project from packagist is recommend.
Or you can also clone the git repository into your web root folder.
Navigate to the new created project root and run composer install.
Find more detailed informations and help at LUYA CMS Install Guide.
2.) 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_story_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.
3.) 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_story_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.
4.) Done! Login to your new Website
Congratulations, head over to your new website.
-
http://< your webroot >/story/public_html
http://< your webroot >/story/public_html/admin
Front-End
STORY is a modern, fully responsive theme designed 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 story 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.0-RC3