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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user