Skip to content

paifaizin/demo

 
 

Repository files navigation

Vanilo Demo Application

0.3.0

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

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

Installation

1. Get the app:

Either download and uncompress the zipball or use git:

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

2. Install Dependencies:

cd demo/
composer install

3. Configure the environment:

Create a database for your application, and add the credentials to the .env file in the app's root directory.

4. Install Database:

Run these commands in your terminal:

php artisan migrate --seed

5. Create the first admin user:

Run this command:

php artisan appshell:super

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

6. Open the application:

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

http://127.0.0.1:8000

Front Page

Front Page

Product List

Product list

Cart

Cart

Checkout

Checkout

Orders Admin

Orders Admin

Products Admin

Products Admin

For further details refer to the Vanilo Documentation.

About

Vanilo Demo Application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.5%
  • HTML 32.0%
  • Vue 0.5%