Update README.md

This commit is contained in:
Fatih Alp 2020-02-05 10:08:19 +03:00 committed by GitHub
parent b03a57ef77
commit 7917b6a910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,34 +7,6 @@ OpenClassify is the extensible and most advanced open source classified app buil
[![Code Intelligence Status](https://scrutinizer-ci.com/g/openclassify/openclassify/badges/code-intelligence.svg?b=master)](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.