Skip to content

danielczestki/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform

Platform is an application base, a bootstrap for Laravel. The fundamentals + a few essentials that allow you to focus on the features that make your application unique. It's well documented, feature awesome, open source, and always free.

  • Fully featured authentication & authorization
  • Twitter Bootstrap 2.1.0 Ready
  • Public/Admin views ready w/navigation
  • Included Extensions
    • User/Group management + permissions
    • Menu manager
    • Settings
    • Themes manager
    • Dashboard
    • Extension manager
  • Powerful Extension System
  • widgets
  • plugins
  • Awesome API
  • Laravel 3.2.3

Official website & documentation

Getting Started

Clone the repo and be sure to include submodules, git clone --recursive git://github.com/cartalyst/platform.git, or download the latest release.

For older versions of Git:

git clone git://github.com/cartalyst/platform.git
cd your_repo_dir
git submodule update --init

Versioning

Platform will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

Issues

Have a bug? Please create an issue here on GitHub that conforms with necolas's guidelines.

https://github.com/cartalyst/platform/issues

Twitter account

Follow us on Twitter, @cartalyst.

IRC

Join us for a chat on IRC.

Server: irc.freenode.net Channel: #cartalyst

License

Copyright (c) 2011-2012, Cartalyst LLC

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of Cartalyst LLC and its libraries nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Cartalyst Platform

Resources

Stars

Watchers

Forks

Packages

No packages published