All Projects → phalcon → Vokuro

phalcon / Vokuro

Licence: bsd-3-clause
Sample application for Phalcon Framework (Acl, Auth, Security)

Projects that are alternatives of or similar to Vokuro

Demo Multi Lang
Simple libp2p demos implemented in Go, JS and Rust
Stars: ✭ 17 (-95.14%)
Mutual labels:  tutorial, demo, sample
Interactive Repulsive Effect
🍫 An interactive repulsion effect of grid items as seen in BestServedBold's Dribbble shot "Holographic-Interactions".
Stars: ✭ 141 (-59.71%)
Mutual labels:  tutorial, demo
Golang For Nodejs Developers
Examples of Golang compared to Node.js for learning
Stars: ✭ 2,698 (+670.86%)
Mutual labels:  tutorial, demo
Web Push Book
Web Push Book
Stars: ✭ 199 (-43.14%)
Mutual labels:  tutorial, demo
Get Started Python
A Python application and tutorial that use Flask framework to provide a REST API to receive requests from the UI. The API then persists the data to a Cloudant database.
Stars: ✭ 104 (-70.29%)
Mutual labels:  tutorial, sample
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (-64.57%)
Mutual labels:  tutorial, demo
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-44.57%)
Mutual labels:  tutorial, demo
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-78.29%)
Mutual labels:  tutorial, demo
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-36.86%)
Mutual labels:  tutorial, demo
Smoothscrollanimations
Demo of a tutorial on how to add smooth page scrolling with an inner image animation
Stars: ✭ 238 (-32%)
Mutual labels:  tutorial, demo
Incubator
Incubator adapters/functionality for the Phalcon PHP Framework
Stars: ✭ 734 (+109.71%)
Mutual labels:  phalcon, acl
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (-71.43%)
Mutual labels:  tutorial, demo
Uikit Playground
Blog posts about things I learned over the years working with UIKit and accompanying sample code.
Stars: ✭ 95 (-72.86%)
Mutual labels:  tutorial, sample
Webpack Demo
webpack 4 config. demo ⚙️
Stars: ✭ 131 (-62.57%)
Mutual labels:  tutorial, demo
Godot Demos
Godot demos and tutorials
Stars: ✭ 88 (-74.86%)
Mutual labels:  tutorial, demo
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-59.43%)
Mutual labels:  tutorial, demo
Vue Demo Collection
A collection of Vue.js demos
Stars: ✭ 274 (-21.71%)
Mutual labels:  tutorial, demo
Lofocats ui
LofoCats UI is a simple web application consuming the LofoCats API, built with Ruby on Rails 🐱
Stars: ✭ 54 (-84.57%)
Mutual labels:  tutorial, sample
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-83.43%)
Mutual labels:  tutorial, sample
Knative Tutorial
https://dn.dev/master A practical guide to get started with Knative. Knative concepts are explained simple and easy way with lots of demos and exercises.
Stars: ✭ 219 (-37.43%)
Mutual labels:  tutorial, demo

Vökuró

Discord Build Status Phalcon Backers OpenCollective OpenCollective

This is a sample application for the Phalcon Framework. We expect to implement as many features as possible to showcase the framework and its potential.

Please write us if you have any feedback.

Thanks.

Get Started

Requirements

To run this application on your machine, you need at least:

  • PHP >= 7.2
  • Phalcon >= 4.0
  • MySQL >= 5.5
  • Apache Web Server with mod_rewrite enabled, and AllowOverride Options (or All) in your httpd.conf or Nginx Web Server
  • Latest Phalcon Framework extension installed/enabled

Install Vökuró via composer create-project

TODO: change version after next release is launched.

composer create-project phalcon/vokuro /path/to/vokuro-folder "4.0.x-dev" --prefer-dist

Installing Dependencies via Composer

Vökuró's dependencies must be installed using Composer. Install composer in a common location or in your project:

curl -s http://getcomposer.org/installer | php

Run the composer installer:

cd vokuro
composer install
cp .env.example .env
vendor/bin/phinx migrate
vendor/bin/phinx seed:run

NOTE After the installation, please ensure that the following folders have write permissions set:

  • var/cache/acl
  • var/cache/metaData
  • var/cache/session
  • var/cache/volt

NOTE

The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.

Improving this Sample

Phalcon is an open source project and a volunteer effort. Vökuró does not have human resources fully dedicated to the maintenance of this software. If you want something to be improved or you want a new feature please submit a Pull Request.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

sponsors

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

backers

License

Vökuró is open-sourced software licensed under the New BSD License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].