From 7917b6a91002af227df316ecf74dc331bdc5d5f6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 5 Feb 2020 10:08:19 +0300 Subject: [PATCH] Update README.md --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index ea2949771..fc2c5389b 100644 --- a/README.md +++ b/README.md @@ -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.