dev-master
9999999-devA simple class for user authorisation to use with AnaxMVC
MIT
The Requires
v1.0
1.0.0.0A simple class for user authorisation to use with AnaxMVC
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
A simple class for user authorisation to use with AnaxMVC
A PHP-based package to use with "AnaxMVC"., (*1)
I handles the user autorisation process., (*2)
Create a new (project) folder and install AnaxMVC to it by cloning:, (*3)
git clone https://github.com/mosbth/Anax-MVC.git., (*4)
Point browser to the file webroot/hello.php., (*5)
- IF it is working then continue., (*6)
Edit (or create) the file composer.json by adding the folowing line:, (*7)
"require": {"urbvik/cuserbase": "dev-master"}, (*8)
Also set the stability flags in the composer.json file to:, (*9)
"minimum-stability": "dev", "prefer-stable" : true,, (*10)
Then validate and install the packages via composer:, (*11)
composer validate composer install --no-dev, (*12)
Adjust database settings in app/config/config_mysql.php and create database table. Run the attached the file user.sql (located i same folder as this file)., (*13)
Include mos CDatabaseBasics class to the demo project by including the composer generated autoloader. I.e by adding the line:, (*14)
require "../../../autoload.php";, (*15)
to the index.php file., (*16)
Then point your browser to [project-folder]/vendor/urbvik/cuserbase/webroot/ and the demo site shoud work., (*17)
Good Luck!, (*18)
. ..: Copyright (c) 2016 Urban Vikdahl
A simple class for user authorisation to use with AnaxMVC
MIT
A simple class for user authorisation to use with AnaxMVC
MIT