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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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.

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

PHP Build Version
Package Version
Requires luyadev/luya-core Version 1.0.0-RC3
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dev7ch/story contains the following files

Loading the files please wait ....