/Marketplace-in-laravel

Remaking Marketplace in Laravel

Primary LanguagePHP

Marketplace reboot

This is a reboot of the marketplace project I made two weeks ago (this one). I'm starting with a blank Laravel project and will rebuild it step by step.
See how the project is coming along here. Visit the project Trello board here.
Visit my portfolio.

Friday, November 16th 2018

  • Ad owners can reply to messages sent about their ads
  • Improved site navigation somewhat
  • Landing page search bar works

Thursday, November 15th 2018

  • Profile page now displays profile picture and some user information
  • There is a contact form below ads so users can contact the ad owner

Wednesday, November 14th 2018

  • Added user profile page
  • Display user ads on profile page
  • Users can edit their profile page
  • Project is now also deployed through heroku here.

Tuesday, November 13th 2018

  • Created an ad details page
  • Users can now edit their own ads
  • Users can now delete their own ads

Monday, November 12th 2018

  • Styled registration form
  • Pushed new project to github, replacing the old one
  • Styled login page and nav bar
  • Users can now upload ads to the database
  • There is a "browse ads" page that lists all ads uploaded to the database

Friday, November 9th 2018

  • Started with a new Laravel after discovering Laravels built-in registration and login system
  • Set up Laravels native registration and login system
  • Replaced all views provided by the Laravel registration/login system with new views (no native styling/nested divs etc)
  • Created a landing page
  • Added link to registration and login page

Thursday, November 8th 2018

  • Starting out with a blank Laravel project
  • Added a readme file
  • Created a new Trello board for the project.
  • Created a welcome page with minimal styling
  • Created a sticky navbar with a link to the homepage
  • Uploaded the front page of the project to virtualyardsale.doriekeberends.nl and added a link in my portfolio
  • Created a userscontroller and used it to point /users/register to users/create.blade.php
  • Created a userdatabase and a semi-styled user registration form with front-end and back-end validation
  • Added a link to the registration page to the navbar