Home Forums Themeqx Advanced PhP Laravel Classified ads cms Issues in Themeqx Advanced PhP Laravel Classified ads cms Reply To: Issues in Themeqx Advanced PhP Laravel Classified ads cms

#256

Hi

For the Post Ad button only in homepage, you will find this at header.php located in resources/views/layout/ directory

Include that link within below code

if (\Route::current()->getName() == 'home') {
  // We are on a home route! your code will goes here
}

2. Please make sure your server capable to upload image, enable fileinfo extention to your server.
3. Same as point number 2
4. Give us your admin credential with URL, we will check this
5. You need provide your SMTP credential to .env file located in root directory
6. Same as point 5, so you can start sending emails from your application

Best regards