mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Update README.md
This commit is contained in:
parent
b03a57ef77
commit
7917b6a910
31
README.md
31
README.md
@ -7,34 +7,6 @@ OpenClassify is the extensible and most advanced open source classified app buil
|
||||
[](https://scrutinizer-ci.com/code-intelligence)
|
||||
# Installation
|
||||
|
||||
## Blocks
|
||||
- advs-module/ad-detail/partials/author-button
|
||||
|
||||
{{ addBlock('ad-detail/partials/author-button', {'adv_id': adv.id})|raw }}
|
||||
- advs-module/list/partials/ads
|
||||
|
||||
{{ addBlock('ad-list/partials/ads',{'featured_advs':featured_advs})|raw }}
|
||||
|
||||
- profile-module/profile/partials/navigation
|
||||
|
||||
{{ addBlock('profile/navigation')|raw }}
|
||||
|
||||
- advs-module/ad-detail/partials/detail
|
||||
|
||||
{{ addBlock('ad-detail/seller/action',{'adv':adv})|raw }}
|
||||
|
||||
- advs-module/ad-detail/detail
|
||||
|
||||
{{ addBlock('ad-detail/title/action',{'adv':adv})|raw }}
|
||||
|
||||
- profile-module/profile/partials/navigation
|
||||
|
||||
{{ addBlock('profile/navigation')|raw }}
|
||||
|
||||
- advs-module/new-ad/new-create
|
||||
|
||||
{{ addBlock('new-ad/fields')|raw }}
|
||||
|
||||
## Server Requirements
|
||||
|
||||
- PHP >= 7.2
|
||||
@ -50,18 +22,15 @@ OpenClassify is the extensible and most advanced open source classified app buil
|
||||
- Fileinfo PHP Extension
|
||||
- Tokenizer PHP Extension
|
||||
- GD Library (>=2.0) **OR** Imagick PHP extension (>=6.5.7)
|
||||
|
||||
|
||||
### Via Composer
|
||||
|
||||
> Do not create an `.env` file just yet - Installer will generate one for you.{.important}
|
||||
|
||||
|
||||
```bash
|
||||
composer create-project openclassify/openclassify
|
||||
```
|
||||
|
||||
|
||||
### Host Configuration
|
||||
|
||||
When you setup your web host be sure to point the web root to `public` directory. Just as you would a normal Laravel installation.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user