vikry/vylma

NSY is a simple PHP Framework that works well on MVC or HMVC mode

v5.0.16 2023-07-17 09:00 UTC

This package is auto-updated.

Last update: 2024-03-02 03:33:23 UTC


README

NSY PHP Framework Example with HTML5 Boilerplate and Bulma CSS Framework. This also provides Font-Awesome and several optimizations for Datatables plugin.

This is an example of a CRUD program & homepage using the NSY Framework (Vylma Project), i hope it can be useful for everyone to start using NSY as the project framework. I made this because I know that everyone loves CRUD..so Enjoy it!

Site example : https://vylma.nsyframework.com

How to dating with Vylma?

Download from Github

  • Download source from this link https://github.com/kazuyamarino/vylma/releases.
  • Simply rename the source folder that has been downloaded to vylma & copy it to your html or htdocs or anythings folder.
  • For apache, please go to the docs/apache folder and read the Readme.txt.
// Apache Readme.txt
1. Copy .htaccess inside 'for_public' folder to 'public' folder
2. Copy .htaccess inside 'for_root' folder to 'root(vylma)' folder
  • Go to the docs/env.example folder and copy the env.example to root folder, and rename it to env.
  • Import database example. (see below)
  • And save the date..

From Composer

Install NSY by creating a new directory called blog

composer create-project --prefer-dist vikry/vylma blog

Restart Bash

source ~/reloader.sh

NSY Setup

cd blog && nsy --setup

Enter directory name >
blog
For nginx, please go to the `docs/nginx` folder and read the `Readme.txt` too.

// Nginx Readme.txt
1. Open 'sudo nano /etc/nginx/sites-enabled/default'
2. Copy the text in the 'default' file and paste it to /etc/nginx/sites-enabled/default
3. And restart nginx service, 'sudo service nginx restart'

Database Example

There is an example database (sql file) in the dump folder. You can restore the sql file to a database that you created yourself.

Vylma contain package

NSY Framework

NSY is a simple PHP Framework that works well on MVC or HMVC mode.

Build Status

Site example : https://nsyframework.com/

See further explanation here... NSY Documentation (Documentation is undercontruction, sorry for many information have been missed)

License

The code is available under the MIT license.