Git Product home page Git Product logo

kobframework's Introduction

kobframework

KOB Framework is a PHP framework for web development.

Version License Author

call mvc website http://localhost/kobframework/home or http://localhost/kobframework/home/index

call REST Api http://localhost/kobframework/api/home/apiList

my website www.kobframework.com

KOB CLI

Command Line Interface for KOB Framework, Your can use a easy way to create a new controller and basic view.You can be testing ClI with the following command.

php kob

CLI For Create Controller

You can call the command line interface to create a new controller. This command will create a new controller in the app/controllers directory.

php kob new:controller [controller_name]

Example:

php kob new:controller AppController

And we have a mini method for create a new controller with REST rules.

php kob new:controller [controller_name] --rest || php kob new:controller [controller_name] -r

Example:

php kob new:controller AppController --rest

This command will create a new controller with REST rules in the app/controllers directory.

CLI For Create Basic HTML (View)

You can call the command line interface to create a new basic HTML. This command will create a new basic HTML in the app/views directory.

php kob new:view [view_name]

Example:

php kob new:view app

kobframework's People

Contributors

thekaroe-thailand avatar kuuuuuuuu avatar barwsirati avatar 6ix4 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.