1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-09 18:46:21 +02:00

Improve installation guide in 'README'

This commit is contained in:
Marco
2015-10-24 15:39:28 +02:00
parent 4b1df6e291
commit 51a19cc79d

View File

@ -25,9 +25,13 @@ Completely framework-agnostic and database-agnostic.
`$ composer require delight-im/auth` `$ composer require delight-im/auth`
Include the Composer autoloader:
`require __DIR__.'/vendor/autoload.php';`
* or * or
* Install manually (*not* recommended) * Install manually
* Copy the contents of the [`src`](src) directory to your project * Copy the contents of the [`src`](src) directory to a subfolder of your project
* Include the files in your code via `require` or `require_once` * Include the files in your code via `require` or `require_once`
* Set up a database and create the required tables * Set up a database and create the required tables
* [MySQL](Database/MySQL.sql) * [MySQL](Database/MySQL.sql)