Skip to content

tsaqif06/SIMASFramework

Repository files navigation

Contributors Forks Stargazers Issues MIT License


SIMAS Framework

An PHP Framework to help you develope website easier!


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

An php framework to help you develope website more easier, and this framework was created for several purposes

Here's why:

  • To help user developing website more easier
  • So that this framework can last a long time, because it uses native PHP
  • Used by employees of PT. 3 Pilar Garuda

DISCLAIMER This framework is still under development, so if there are bugs or more desired features, please just fill in the issues in this GitHub repository. This framework will continue to be updated in line with the progress of the times

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo

    git clone https://github.com/tsaqif06/SIMASFramework.git
  2. Install composer packages

    composer install
  3. Generate .env file

    cp .env.example .env
  4. You’ll need to modify the following block of settings to match your website configuration:

    APP_NAME=SIMASFramework
    APP_DEBUG=true
    DB_DRIVER=mysql
    DB_HOST=localhost
    DB_PORT=3306
    DB_NAME=
    DB_USER=root
    DB_PASS=
    JWT_KEY=
    APP_LANG=en
  5. You need to migrate the database located in the database folder by visiting the /runmigrate path in the URL. But if you're ready to publish the website, you can remove the /runmigrate route in routes/route.php

  6. In this file, there is already a demonstration of using the SIMAS Framework. Please go to the path /register and fill in the data, which will then be directed to /login. After that, log in, and you will be directed to /user, where there is an example of using CRUD in this framework

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/tsaqif06/SIMASFramework

(back to top)

About

An PHP Framework to help you develope website easier!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published