Skip to content

PHP, Laravel Framework, Postgres, Custom Console Commands

Notifications You must be signed in to change notification settings

Kokurcho/PIUS_lab2

Repository files navigation

PHP Lab 2

Technologies

  • PHP
  • Laravel Framework
  • Postgres
  • Custom console commands

Task

To implement two pages and a console command.

  • Product page uXXXXXX-lab2.local/products/{code}. The list should show all the fields of the product including the image as .
  • Catalog category page uXXXXXX-lab2.local/category/{code} If the category is not active, the application should give a 404 ошибки. The page should list all the products in the category. Implement page navigation and filter by price
  • The console command php artisan product:category {id}. The console command should return a character code of the category of the product with identifier equal to {id}

About

PHP, Laravel Framework, Postgres, Custom Console Commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages