GithubHelp home page GithubHelp logo

dpdesignz / cornerstone Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.19 MB

Cornerstone PHP Login Framework

License: MIT License

HTML 4.51% PHP 53.84% CSS 26.81% JavaScript 1.36% TypeScript 1.39% SCSS 12.09%

cornerstone's Introduction

Cornerstone PHP Framework

This is the Cornerstone PHP Framework created and maintained by dpdesignz

A PHP MVC framework created to make starting your PHP projects just that little bit easier, allowing you to focus on keeping control of your main code, while trying to keep up with best practices in security.

The current Version is 0.5.4-alpha

This is still in alpha stages while it is being developed. Use at your own risk. There are no guarantees offered with this framework.

There is currently no wiki available for this framework while it is still in alpha development

Installation

Download a copy of the repo and unzip it.

You will need Composer to install all the dependencies required to run your site.

Once you have installed the composer dependencies, upload the files to your server and then point your web browser to the folder you uploaded to and the install process should start.

IMPORTANT SUBFOLDER INSTALL NOTE: If you are installing this package in a subfolder on your webserver, open the .htaccess file in the public folder and change the RewriteBase in line 5 to include the subfolder at the start

Example

<IfModule mod_rewrite.c>
    Options -Multiviews
    RewriteEngine On
    # CHANGE THIS LINE BELOW TO INCLUDE YOUR SUBFOLDER
    RewriteBase /subfolder-to/public
    # Don't Redirect Existing Directory
    RewriteCond %{REQUEST_FILENAME} !-d
    # Don't Redirect Existing File
    RewriteCond %{REQUEST_FILENAME} !-f
    # Redirect everything else
    RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
</IfModule>

Contributing

Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on Github! This is my first project of this size, and I'm definitely no perfect developer. Create Github Issues for bugs and new features and comment on the ones you are interested in.

License

Cornerstone is open-sourced software licensed under GNU LGPLv3.

cornerstone's People

Contributors

dpdesignz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.