Practical work: Real estate agency, property management — Discovery training of Laravel 10

Now that we have made a small overview of the basic principles of Laravel, I suggest that you do a little practical work to establish our skills. It is important to practice to remember things well.

For this exercise we are going to create a site for a fictitious real estate agency composed of 2 parts:

  • A public part will allow the user to consult the different properties return to the level of the agency and he will have the possibility of filtering the properties according to different criteria such as for example the surface the price or the number of rooms
  • an administration part that will allow the site administrator to manage all the assets.

For this first part we are going to set up the system that will allow the administrator to create and manage the assets (without the images or the authentication system for the moment, we will only use a table properties).