Jump to content
Bicrypto v3.7.0 + All Plugins ×

ClassiLab - Buy Sell Classified Ads Listing Platform


Sakthivel

Recommended Posts

ClassiLab - Buy Sell Classified Ads Listing Platform


ClassiLab is a very easy and simple Classified ADS Listing application that has dynamic frontend and backend features. The site is very neat and clean and the process is very easy to use. user able to registered and list their item easily, there are promote promotion features too. Classified platforms are gaining more and more popularity nowadays and we keep maintaining all the demands of our users. comes with both automated and manual payment gateways, full management, SEO, multi-language, LiveChat, Plugins manager, and more…

Looking for a complete Classified system for your business, then you are in the right place. No need to pay thousands of dollars to hire developers to build your Classified Website. ClassiLab may assist you to handle unlimited users, orders, services, categories, ADS, Boost, able to accept payment via cards, cryptos, and mobile money. the ready-to-go solution, takes only a few minutes to set up your website with our system. we also here to provide you best support, installation, and customization if you need it.
 

Highlighted Features

- Free & Premium Both types of ADS.
- 20+ Payment Gateway and 250+ currencies setup.
- Support modern browser and cross-browser compatibility.
- Strong and powerful admin interface.
- A clean and modern user interface.
- Multiple size ad posting forms.
- Functionality is Simple and all Dynamic Features.
- Easy Documentation, Updates facilities
- Premium and quick support.
 

User Dashboard Features

- Responsive Design (Work with all devices).
- Well Decorated Home & Inner pages.
- Plan choose and Subscribtion.
- Post New Ads.
- Active Ads.
- Saved Ads.
- ADS Boosting features.
- Promotion Log.
- Payment Log.
- Transaction Log.
- Profile Setting.
- Change Password.
- 2FA Security.
- Support Ticket.
- Livechat, Security Captcha Included.
- Comes with Multi language features.
- User Privacy & TOS.
- Email Notification & Verification.
- SMS Notification & Verification.
 

Admin Features

- Manage Users.
- Manage Category.
- Manage Locations.
- Manage Ad List.
- Manage ADS Promote.
- Manage Packages.
- Manage Reported Ads.
- Manage Adscript.
- Manage Payment Gateways.
- Manage Payments.
- Manage Support Ticket.
- Manage Report.
- General Setting.
- Manage Logo Icon Setting.
- Manage Extensions.
- Manage Language.
- SEO Manager.
- Email Manager.
- SMS Manager.
- FRONTEND MANAGER.
- Manage Templates.
- Manage Pages.
- Manage Section.
- Manage Contact Us.
- Manage FAQ Section.
- Manage Privacy.
- Manage GDPR Cookie.
- Manage Custom CSS.


 

Link to comment
Share on other sites

  • 1 year later...
  • 4 weeks later...

@سرفايفل مان If you get HTTP 500
then do it following steps:


1) cd core


2) open terminal and paste this command: 

Quote

composer update


3) another command: 

Quote

composer dump-autoload

Note: required to install composer for above commands
--------------------------------------------------------------------------------------------------------------

another issues like if click POST ADD button without login then you get 500 ERROR:
Fix Steps:

1) open file: core\app\Http\Middleware\Authenticate.php on line 17

2) changes like this:

Quote

namespace App\Http\Middleware;

 

use Closure;

use Illuminate\Auth\Middleware\Authenticate as Middleware;

use Illuminate\Http\Request;

use Illuminate\Support\Facades\Auth;

 

class Authenticate extends Middleware

{

    /**

     * Handle an incoming request.

     *

     * @param  \Illuminate\Http\Request  $request

     * @param  \Closure  $next

     * @param  string[]  ...$guards

     * @return mixed

     */

    public function handle($request, Closure $next, ...$guards)

    {

        if (Auth::guard($guards)->check()) {

            return $next($request);

        }

 

        return redirect()->route('user.login');

    }

}

 

 

Edited by MovieNest
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...