Skip to content

altamisatmaja/oh-my-native

Repository files navigation

Build Status

Tentang OhMyNative

Build Status License

Made because of the hassle in PWEB class where they make us use PHP Native instead of Laravel. So, here's like a mini version of Laravel, you know, to keep it chill. 🌾🤩

🗂️ OhMyNative Folder Structure

<Main Repository>
.
├── .github/ ISSU_TEMPLATE               
├── .vscode/                
│   └── settings.json
├── app/                
│   ├── controller/         
│   │   ├── YOUR_CONTROLLER.php
│   │   └── YOUR_CONTROLLER.php
│   └── models/         
│       ├── YOUR_MODEL.php
│       └── YOUR_MODEL.php
├── config/       
│   ├── gitignore
│   ├── config.php
│   └── config.properties   
├── config/       
│   └── YOUR_DATABASE.sql
├── public/                
│   ├── assets/         
│   │   ├── YOUR_CONTROLLER.php
│   │   └── YOUR_CONTROLLER.php
│   │   css/         
│   │  ├── YOUR_MODEL.php
│   │  └── YOUR_MODEL.php
│   ├── .htaccess
│   ├── icons.svg
│   └── index.php
├── routes/       
│   ├── app.php
│   ├── contoller.php
│   ├── documentation.php   
│   ├── filter.php
│   ├── model.php
│   ├── routes.php
│   ├── sanitization.php   
│   ├── validation.php   
│   └── web.php   
├── routes/       
│   └── YOUR_VIEWS.php   
├── .env
├── .env.example
├── .gitignore
├── .htaccess
├── LICENSE   
├── package-lock-json
├── package.json
├── postcss.config.js
├── README.md
├── SECURITY.md
└── tailwindcss.config.js

Cara pakai?

  1. Navigate to your directory XAMPP/htdocs/
  2. Clone this repository by typing git clone https://github.com/altamisatmaja/oh-my-native.git
  3. Don't forget to change BASE_URL in config/config.php
  4. Run npm i in your terminal
  5. Execute npm run artisan to watch TailwindCSS

Documentation Dev Dependencies

TailwindCSS

About

PHP MVC Native | Object Oriented Programming | TailwindCSS | Web Services

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published