/products-crud

📦 CRUD (Create Read Update Delete) in a Laravel Web App created for academic purposes

Primary LanguagePHPMIT LicenseMIT

Laravel Products CRUD

CRUD (Create Read Update Delete) in a Laravel Web App created for academic purposes

Screenshots

Home

Admin

Install and execute

  1. Clone this repository:
git clone https://github.com/imsouza/products-crud.git
  1. Run the following commands below:
composer update

cp .env.example .env

php artisan key:generate
  1. Execute in localhost.
php artisan serve
  1. Migrate tables:
php artisan migrate
  1. Populate Database
php artisan db:seed

Author

Mateus Almeida

Contributing

Feel free to make pull requests for code improvements.

License

This project is licensed under the MIT License.