1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00
Go to file
Chaoyi Zha db612b7767 Merge pull request #134 from umpc/patch-2
Update installation file to separate nginx HTTP and HTTPS requests
2016-01-24 19:39:44 -05:00
app Add mail password to template args 2016-01-18 21:08:22 -05:00
bootstrap Implement core components of registration 2015-11-06 21:44:50 -05:00
database Add deletion in admin panel 2016-01-18 18:33:37 -05:00
docs Update installation.md 2016-01-24 16:23:38 -05:00
public Add mail password to template args 2016-01-18 21:08:22 -05:00
resources Add missing env template 2016-01-18 21:00:35 -05:00
storage 2.0 init commit 2015-11-02 23:13:32 -05:00
tests 2.0 init commit 2015-11-02 23:13:32 -05:00
vendor Correctly run migrations 2015-11-03 20:59:39 -05:00
.env Denote alpha ver 2016-01-18 19:04:19 -05:00
.gitignore fix gitignore 2015-12-11 23:37:44 -05:00
.jshintrc delegate button actions to parent & add API active toggle logic 2015-12-12 12:47:20 -05:00
artisan 2.0 init commit 2015-11-02 23:13:32 -05:00
composer.json Add templates, write migrations and models 2015-11-03 20:56:03 -05:00
composer.lock Add templates, write migrations and models 2015-11-03 20:56:03 -05:00
LICENSE Correct bugs for LinkController 2015-11-06 20:25:48 -05:00
mkdocs.yml Add doc structure + add API docs 2015-11-14 12:58:18 -05:00
phpunit.xml 2.0 init commit 2015-11-02 23:13:32 -05:00
README.md Implement migrations within setup, reduce redundancy, 2016 2016-01-18 18:15:35 -05:00
server.php 2.0 init commit 2015-11-02 23:13:32 -05:00

Logo

#####v2 Devel

🚡 A modern, minimalist, and lightweight URL shortener.

GitHub license 2.0 status GitHub release Docs

Welcome to Polr's 2.0 development branch. Please keep in mind 2.0 is pre-alpha, and should not be used in production. This version of Polr break existing 0.x and 1.x installations, but migrations will be provided.

Once 2.0 is complete, it will supercede the current stable version of Polr, but the latest 1.x version will continue to be available as a legacy release for users who cannot make the switch to 2.0 due to their host or do not meet the new server requirements.

Polr 2.0 moves away from mysqli, rather taking on PDO with Eloquent. Routing and autoloading will be done with composer and the Lumen web framework. Although unlikely, this change may cause those on shared hosting to be unable to install Polr.

Installation Instructions

####License

Copyright (C) 2013-2016 Chaoyi Zha

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.