Coder Social home page Coder Social logo

pos_workshop_codeigniter's Introduction

CodeIgniter 4 Application Starter

php bootstrap jquery codeigniter css javascript

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository holds a composer-installable app starter. It has been built from the development repository.

More information about the plans for version 4 can be found in CodeIgniter 4 on the forums.

The user guide corresponding to the latest version of the framework can be found here.

Server Requirements

PHP version 7.4 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library

Installation

  • Open the xampp/htdocs folder and clone this repository to your local machine git clone https://github.com/Marwahns/pos_workshop_codeigniter.git command
  • Open the pos_workshop_codeigniter folder in your code editor, then rename the env file to .env
  • Create a database in mysql, you can use phpmyadmin. Next open the pos_workshop_codeigniter folder and open the env file then look at the database.default.database = pos_bengkel section, change pos_bengkel to the name of the database you just created
  • Next, open the database.php file, adjust the database name to the database name that was previously created
  • Open a localhost web server such as (XAMPP, MAMP, LAMPP, etc), then activate Apache and MySQL
  • Open terminal/cmd, navigate to the pos_workshop_codeigniter folder. Run the composer install command. After that, run the following commands incrementally
    php spark migrate
    php spark db:seed DatabaseSeeder
    php spark serve
    
  • If there is no problem, then please access the page http://localhost:8081/ then the login page should appear

User and Permission

  1. Login as Super Admin
  • username : superadmin
  • password : superadmin
  1. Login as Admin
  • username : admin
  • password : admin
  1. Login as Kasir
  • username : kasir
  • password : kasir

pos_workshop_codeigniter's People

Contributors

marwahns avatar dependabot[bot] avatar

Watchers

 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.