https://github.com/kamaroly/shift
Shift 2.0, built on Laravel 5.
https://github.com/kamaroly/shift
Last synced: over 1 year ago
JSON representation
Shift 2.0, built on Laravel 5.
- Host: GitHub
- URL: https://github.com/kamaroly/shift
- Owner: kamaroly
- Created: 2016-01-11T21:52:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T23:48:22.000Z (over 11 years ago)
- Last Synced: 2025-01-21T23:32:58.633Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 6.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shift
[](https://circleci.com/gh/tectonic/shift)
Shift is a development platform for SAAS applications. It uses the latest and greatest technologies, including Laravel 5, utilises
the best development patterns and methodologies currently in use in the market, and has an intense focus on security and
performance. As a result Shift is a robust, secure, feature-rich development platform for anyone wanting to create a product as
a SaaS delivery platform.
## Installation
Shift is a package that can be installed via composer, in the usual manner:
composer require tectonic/shift --prefer-source
As Shift is still currently in a beta state, no official releases have been created.
Now, before running the next step, make sure that you have your databases correctly configured in app/config/database.php
php artisan shift:install
This will run the required migrations for Shift 2, as well as publishing any assets affiliated with the package.
All done!
# License
The MIT License (MIT)
[OSI Approved License]
The MIT License (MIT)
Copyright (c) 2014 Tectonic Digital
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.