Giter VIP home page Giter VIP logo

demo's Introduction

Vanilo Demo Application

v3.0

This is a simple Laravel 9 application that demonstrates how to build a simple storefront using the Vanilo framework. It also contains the Vanilo admin panel.

The app uses the default Bootstrap theme that comes with Laravel.

Installation

1. Get the app:

Either download and decompress the zipball or use git:

git clone https://github.com/vanilophp/demo.git

2. Install Dependencies:

cd demo/
composer install

3. Configure the environment:

The .env file is in the app's root directory.

  • Create a database for your application.
  • Initialize .env (quickly: cp .env.example .env && php artisan key:generate.
  • add the DB credentials to the .env file.

4. Install Database:

Run this command:

php artisan migrate --seed

5. Link Storage:

Run this command:

php artisan storage:link

6. Create the first admin user:

Run this command:

php artisan make:superuser

Enter your email, name, password, accept admin as role.

7. Open the application:

Run the site with php artisan serve and access the site:

http://127.0.0.1:8000

Products are not seeded so open the admin panel first to add some products.

Product List

Product list

Product Page

Product page

Cart

Cart

Checkout

Checkout

Order Thank You

Order Thank You

Order Admin

Order Admin

Products Admin

Products Admin

Manage Product

Manage Product

Manage Categories

Manage Categories

Manage Properties

Manage Properties

Assign Product Properties

Assign Product Properties

For further details refer to the Vanilo Documentation.

demo's People

Contributors

fulopattila122 avatar dependabot[bot] avatar kedves avatar highstrike avatar yoeriboven avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.