Code Monkey home page Code Monkey logo

bidhan's Introduction

Bidhan PHP Framework

Bidhan (stands for Because I Don't Have a Name) is a mini PHP Framework with focus to beautify code. Suitable for personal project and other simple web application. I personally telling you to do not use this for big and expensive project due to I didn't concern to security and performance issue.

Installation

  1. Clone this repository into your local machine
git clone https://github.com/haloriyan/bidhan
  1. Rename .env.example to .env and change environment configuration as yours.
mv .env.example .env && vim .env
  1. Run the server
php canyou serve
  1. Change your git remote

Due to you clone this repo, make sure you have deleted the default (origin) remote in cloned repository and use your own remote.

git remote remove origin
git remote add origin {your-remote-url}

Learning

I have created documentation for every helper, either you willing to read it or not.

But if you can't find some information that you need to do, or you didn't get it yet, feel free to ask to me question.

Found a issue?

Contribute and join to open-source community by reporting some issues that appears in fresh installation nor when you developing an application. Please open new issue and explain the bug you experince.

License

Bidhan is open-sourced software licensed under the MIT license.

Become a Patron

If you don't mind you can buy me a cup coffee to accompany when I code via Karyakarsa @belajarngewebid or Trakteer @haloriyan

bidhan's People

Contributors

haloriyan avatar belajarngewebid avatar

Stargazers

 avatar Erik avatar

Watchers

James Cloos avatar  avatar  avatar

bidhan's Issues

Migrate didn't work on PHP built-in server

I'd tried migrating database via PHP built-in server (which is using URL localhost:8000/migrate.php) it doesn't work. I still didn't figured out why. But I suggest you to run via apache (like localhost/bidhan/public/migrate.php) instead, it still works.

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.