Releases: valdiney/Ofir_Framework
Releases · valdiney/Ofir_Framework
Changes all github link for this project and adds new version in README
Corrects some things and adds a new version
Version 2.1.3
Adds some corrections and documentation #44
- Correct the Persistence class name
- Provides a documentation for Ofir
- Provides more info in README
- Creates a documentation of Ofir
- Correct the Persistence class name
- Provides a documentation for Ofir
- Provides more info in README
- Adds more details in README
- Provides to Ofir to get args in url
- For now, you can pass some args in url.
- You just need to pass it before a first branch, like:
-
- In this, the controller is HomeController, or TestController, and is each case the "123" is passed for the method like a arg.
- Corrects some things in HomeController
- Corrects the structure for Users model
- Adds info in README
- Creates a markdown test-website in docs
- Provides some info about Ofir installations and examples
- Closes #43
Version 2.1.2
- Edits Helpers/ and Database/ folder names
- Corrects class GetURL
- Renames to URL.php
- Removes the method getURL
- Adds two methods: 'route' and 'to' thats give a BASE url
- Deletes class GeneratingPerfectURL
- This class is unnecesary for now, the controllers and methods can be accessed by url friendly.
- Closes #28
- Modifies the Hash class
- Changes the method hash to
password
- Adds two methods:
make
andverify
- Closes #27
- Changes the method hash to
- Adds support to config timezone from .env
- Adds security session start and verification
- Corrects including for enviroments
- Corrects class Date
- Adds more options
- Configures by
.env
file
- Corrects the class Session
- Creates the class Flash to Session Flasheds
- Removes unnecessary class ClassLoader
- This class is unnecessary because composer is working with it.
- Closes #37
- Moves Persistence to system/Database
- Alters some methods
- Closes #36
- Corrects an method in Route.php
- Corrects the method
configureActualMethod
, before thearray_shift
function was wrong. - Removes the file system/PrivateAreas
- After, we need to add a function like this one.
- Closes #38
- Corrects class Auth
- Closes #26
Version 2.1.1 is done!
- Changes errors in
BaseController
to throws- Changes all
echos
to throws - Closes #24
- Changes all
- Corrects the method render in
BaseController
- Removes method finalize from
BaseController
- Closes #23 - Correcting method view in
BaseController
- Fix #22 - Corrects method library in
BaseController
- Edits class Core
- Removes HTML tag and add info about
.env
file - Removes unused files in root directory.
- Removes the files:
private-areas.php
andstart-application.php
.
- Removes the files:
- Removes unused files in root directory
- Corrects somethings
- Edits indentation in
.editorconfig
- Alters indentation to space, according #13
- Corrects indentation in all files
- Removes file not used
- Closes #20 - Removes unnecessary lines
Version 2.1.0
Many changes are been done! 😃
If you are new for here: Welcome!
This is the Ofir Framework
. A simple Framework PHP to PHP students.
This new version contains many changes that made its more simple for work in different ambient.
If you want to work in a local development
, just copy the file .env.sample
to .env
and make the necessaries changes (e.g.: APP_ENV=local)
. Or what you want to do is work in production, just send your files and then copy .env.sample
to .env
in your production machine and make the necessaries changes.
So, I think that with these simple steps you will be done!
Go ahead with Ofir Framework. Download the v2.1.0
version.
If you want, fork
and send a pull request
(you will help so much).