Sakthivel Posted February 4, 2023 Share Posted February 4, 2023 View File 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. Submitter Sakthivel Submitted 02/02/2023 Category Scripts Demo https://codecanyon.net/item/classilab-buy-sell-classified-ads-listing-platform/33125380?gclid=Cj0KCQiA2-2eBhClARIsAGLQ2RmuYPtd5yMYUJIqT55MJft0DMuKHtj1ZWSUz4uP_KEyL1BpcpeNPNEaAv7wEALw_wcB Quote Link to comment Share on other sites More sharing options...
سرفايفل مان Posted February 6, 2023 Share Posted February 6, 2023 HTTP ERROR 500 Quote Link to comment Share on other sites More sharing options...
nanibhpl Posted March 21 Share Posted March 21 It's perfectly working tq so much Quote Link to comment Share on other sites More sharing options...
MovieNest Posted April 17 Share Posted April 17 (edited) @سرفايفل مان 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 April 17 by MovieNest Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.