Skip to content

Laravel minishop - Built in Laravel Framework. More images are bellow "Swipe down".

Notifications You must be signed in to change notification settings

ver4rs/Laravel-minishop

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Tutorial

  • create products migration with attributes image1, image2, image3 without new table images, because this project is smaller, it is for presentation code
  • create table users, products
  • login, register, logout
  • dashboard with form for login and register. I used bootstrap.
  • admin dashboard
  • managing users in admin
  • managing products in admin and dashboard
  • managing Cart, shopping list
  • managing order. Create order, manage order for admin and user
  • create Cart logic for better managing with shop

Instalation

  • Clone project
  • composer install in terminal
  • php artisan key:generate
  • setting database connection
  • php artisan migrate
  • php artisan db:seed
  • run
  • Login as admin

Features

  • login and register user
  • managing users
  • managing products with photos
  • dashboard with all products and detail info about product after click 'buy'
  • shopping list
  • orders
  • roles admin and basic
  • user must be logged in for create order

Images

  • Home | Dashboard home

  • Product show Product show

  • Shopping list Shopping list

  • Create order Create order

  • Admin managing users Admin managing users

  • Admin managing products Admin managing product list

  • Admin manage product edit Admin product edit

  • Admin managing orders Admin managing orders

  • Admin manage order info Admin manage order info

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Laravel minishop - Built in Laravel Framework. More images are bellow "Swipe down".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published