Download the PHP package canary/station without Composer

On this page you can find all versions of the php package canary/station. 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 station

Station

Incredibly Flexible CRUD, Content and User Management System For Laravel 4.1

Tired of creating and configuring similar models and controllers which deal with basic CRUD, validation and user role-based capabilities? Station allows developers to setup and configure a backend CMS for a Laravel app/site very quickly.

Features

Requirements

Installation

The Station Service Provider can be installed via Composer by requiring the canary/station package in your project's composer.json.

Then run a composer update

Configuration & Setup

This assumes you have a working dev or production environment with Laravel 4 already installed.

1. Register Station in app/config/app.php

To use station, you must register the provider when bootstrapping your Laravel application.

Find the providers key in your app/config/app.php and register the Station Service Provider.

2. Use artisan to set up Station's default config files within your app

Then publish the package configuration files using Artisan. This will copy Station's default configuration to your app. You can then change and add to these configuration files as needed.

At this time you can (optionally) edit /app/config/packages/canary/station/_app.php and change the root_admin_email

3. Run Station's Build Command.

This will generate migrations, run migrations, generate models, and seed the database.

4. Publish The Package's Assets To Your App

5. Test Installation

You should now be able to browse to your app at:

http://{host}/station/ (ex. http://app.localhost/station/) and see station running without errors.

You can log in using user/password: admin/admin

6. Configure Station and Your Panels!

Start by editing /app/config/packages/canary/station/_app.php

Then create files for each panel in /app/config/packages/canary/station/ [we need documentation on this]

That's it. You now have a fully functioning back end and user management system for your site.

Notable Limitations


All versions of station with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
illuminate/support Version 4.2.*
way/generators Version 2.4
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 canary/station contains the following files

Loading the files please wait ....