Welcome Guest, Not a member yet? Register   Sign In
Manually Install Myth::Auth and Boilerplate
#1

(This post was last modified: 07-20-2020, 08:43 AM by InsiteFX.)

Manually install Myth/Auth

1) Download the Myth/Auth.
2) Unzip the Myth/Auth.
3) Create a new folder called Myth and in that folder create a folder called Auth.
4) You should have now.

Myth
-- Auth

5) Copy all the files to the Myth folder, then copy the src folder to the Auth folder.
6) Copy the Myth folder to the root of your installation with app etc;

app
Myth
public
system

7) Add this line to your ./app/Config/Autoload.php psr4 section.

'Myth\Auth' => ROOTPATH . 'Myth/Auth',  // Module Myth::Auth

8) Follow the instructions to setup Myth/Auth.

---------------------------------------------------------------

Manually install Boilerplate.

1) Download Boilerplate and unzip it.
2) Create the following folder structure.

agungsuiarto
-- boilerplate

3) copy all the unzipped files and folders into agungsuiarto.
4) copy all files in the src folder to the boilerplate folder.
5) Copy the Myth folder to the root of your installation with app etc;

app
agungsuiarto
public
system

6) Add this line to your ./app/Config/Autoload.php psr4 section.

'agungsuiarto\boilerplate' => ROOTPATH . 'agungsuiarto/boilerplate'

7) Follow the instructions to setup agungsuiarto/boilerplate.


I get asked a lot for this so I' am posting it here enjoy.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB