Coder Social home page Coder Social logo

ovr / phalcon-module-skeleton Goto Github PK

View Code? Open in Web Editor NEW
131.0 18.0 32.0 1.15 MB

:hatched_chick: Phalcon modules skeleton is an application template for building beauty applications on Phalcon framework.

License: Other

PHP 56.95% HTML 29.21% CoffeeScript 3.71% CSS 3.86% JavaScript 5.62% Shell 0.65%

phalcon-module-skeleton's Introduction

Phalcon Module Skeleton

Phalconist Author Build Status Software License Dependency Status

This is a skeleton application written on Phalcon framework with performance boost. This project created to develop applications in an easy way.

For current time project is under development, have fun :)

Features

  • Easy application bootstrapping
  • Console task support (provided by symfony/console)
  • Bootstrap theme
  • Full frontend developer stack composer/npm/bower/gulp
  • Modules structure
  • Error handling (not found router, dispatcher exceptions)
  • Shared layouts
  • Pre-installed modules
  • Api (Source code)
  • Admin
    • Dashboard
    • GRUD for Users and Products (future)
    • Settings (future)
  • Catalog
    • Index page
    • Category page (future)
    • Product page (future)
      • Comments
      • Buy
  • Cart (future)
    • Index cart page
    • Models/Service
  • OAuth
  • User

How to install

Using Composer (recommended)

Best way to install skeleton would be Composer, if you didn't install it

Run code in the terminal:

composer create-project ovr/phalcon-module-skeleton=dev-master /path/to/install

Using Git

First you need to clone the project, update vendors:

git clone https://github.com/ovr/phalcon-module-skeleton.git ./project
cd project
composer update

Install vhost for your virtual server

cp ./docs/configs/nginx.phalcony.local.conf /etc/nginx/sites-enabled/you.host.conf

Don`t forget to edit nginx config and restart nginx:

nano /etc/nginx/sites-enabled/you.host.conf
sudo service nginx restart

Requirements

  • PHP 5.4 and up
  • Phalcon 2.0.0
  • Phalcony (latest)
  • PhalconEye/Framework (latest)

Online Demo

You can see online demo on http://phalcon-module.dmtry.me/.

License

This project is open-sourced software licensed under the MIT License.

See the LICENSE file for more information.

phalcon-module-skeleton's People

Contributors

ovr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phalcon-module-skeleton's Issues

[Cart] Added

  • Base cart module
  • Service\Cart
  • Cart index
  • Cart verify
  • Cart buy
  • Api Controller

Certificate error on site https://phalcon-module.dmtry.me/

Cant load site https://phalcon-module.dmtry.me/

`
Это соединение является недоверенным

Вы попросили Firefox установить защищённое соединение с phalcon-module.dmtry.me, но мы не можем гарантировать, что это соединение является защищённым.

Обычно, когда вы пытаетесь установить защищённое соединение, сайты предъявляют проверенный идентификатор, служащий доказательством того, что вы направляетесь в нужное место. Однако идентификатор этого сайта не может быть проверен.
Что мне делать?

Если вы обычно без проблем соединяетесь с данным сайтом, эта ошибка может означать, что кто-то пытается подменить этот сайт другим. В этом случае вам не следует продолжать соединение.

Этот сайт использует HTTP Strict Transport Security (HSTS), чтобы указать, что Firefox должен подключаться к нему только через защищённое соединение. В результате, добавление исключения для этого сертификата невозможно.
`

Codeception compatibility problem

Не получается запустить Codeception на вашем скелетоне.
Делаю простой тест
``
class TestRequest extends Codeception\TestCase\Test
{
/**
* @var \UnitTester
*/
protected $tester;

function testRootHttpHost()
{

    $this->tester->assertEquals('aaa', 'domain.ru');
}

}
``

выдает ошибку

[Exception] The argument is not initialized or iterable()

Файл unit/_bootstrap.php
``

bootstrap(); return $application; `` В чем проблема может быть?

demo BROKEN

HI
demo seem broken...

is still active this?

thanks

Page 404 dont work

Action index/index catch all urls.
Example - http://phalcon-module-skeleton.loc/sdsdsd/dwfeertwet show main page

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.