8000 GitHub - ibrahimab/catalog: Catalog - a laravel training project, so as to learn more about this framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Catalog - a laravel training project, so as to learn more about this framework

Notifications You must be signed in to change notification settings

ibrahimab/catalog

Repository files navigation

Laravel PHP Framework

I made this application to learn more about Laravel. It is a catalog application which display categories and products.

to get started:

  1. cp .env.example .env
  2. edit your database settings
  3. composer install
  4. php artisan migrate
  5. run database/seeds/categories_seeds.sql and database/seeds/products.sql
  6. php artisan serve
  7. http://localhost:8000

About

Catalog - a laravel training project, so as to learn more about this framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0