Classified Ads System Requirements

Make sure you have system requirements properly.

For installation, you should have primary knowledge of Laravel, Livewire, Filament & Tailwind.

Primary Requirements:

Optional: You can also update the below variables in the php.ini file if you want to upload bigger files.

upload_max_filesize = 50M max_file_uploads = 50 post_max_size = 100M

Point the domain to a folder

You will need to create a virtual host to set up Classified Ads. You can find steps here to create a virtual host.

  • Steps here to create a virtual host on XAMPP.
  • Steps here to create a virtual host on WAMP.

Point your domain or subdomain to the public directory inside the classified-ads folder.

Please note that classified-ads must be installed on a primary domain or subdomain. Installing on a sub-folder will not work, for example:

example.com/classified-ads (Invalid) localhost/classified-ads (Invalid) if you are putting it in subfolder or root website) example.com (Valid) local.classified-ads.com (Valid) classified-ads.test (Valid)

Open the link to the domain in the browser (Example: local.classified-ads.com).