candresr/productslist

Package for products list

dev-master 2020-09-22 19:48 UTC

This package is auto-updated.

Last update: 2024-04-23 04:12:17 UTC


README

Application for authentication and obtaining the products, through a rest api.

Installation - Basic

  1. Install the package using composer:
composer require candresr/productslist
  1. Run the migration to install the package's table to record visits to by executing:
php artisan migrate
  1. Show applicaction:
<http://IP/project/public/pagination>

License

This is open-sourced software licensed under the MIT license.