estorgio / product-list

Product List is a basic Laravel app for storing product information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

product-list

Product List is a simple web app for storing product information and recording quantity in stock.

I made this app in order to learn how to implement common CRUD operations in Laravel.

Live Demo

Installation

  • Clone the repository
    $ git clone https://github.com/estorgio/product-list.git
  • Install composer dependencies
    $ composer install --optimize-autoloader --no-dev
  • Create a new .env file from the example file
    $ cp .env.example .env
  • Generate a new APP_KEY value
    $ php artisan key:generate
  • Edit .env file and set appropriate configurations for the app, database, mail, etc.
    $ nano .env
  • Once the db credentials has been set, run the migration
    $ php artisan migrate
  • If you are using /storage/app/public directory for file uploads, create a symbolic link in /public folder to make it accessible.
    $ php artisan storage:link

License

MIT

Attribution

Dairy products icons created by Pixelmeetup - Flaticon.

About

Product List is a basic Laravel app for storing product information.

License:MIT License


Languages

Language:PHP 76.0%Language:Blade 22.8%Language:Shell 0.8%Language:JavaScript 0.2%Language:CSS 0.1%