All Projects → vanilophp → Demo

vanilophp / Demo

Vanilo Demo Application

Projects that are alternatives of or similar to Demo

Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+843.44%)
Mutual labels:  cart, laravel
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (-50.82%)
Mutual labels:  cart, laravel
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+1829.51%)
Mutual labels:  laravel, cart
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (-33.61%)
Mutual labels:  cart, laravel
L5 Swagger
OpenApi or Swagger integration to Laravel
Stars: ✭ 1,781 (+1359.84%)
Mutual labels:  laravel
Sansdaemon
Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Laravel Natural Language
This package makes using the Google Natural API in your laravel app a breeze with minimum to no configuration, clean syntax and a consistent package API.
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Laravel Invoicable
Easy invoice creation for Laravel
Stars: ✭ 118 (-3.28%)
Mutual labels:  laravel
Payumlaravelpackage
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
Stars: ✭ 121 (-0.82%)
Mutual labels:  laravel
Php Ext Xlswriter
🚀 PHP Extension for creating and reader XLSX files.
Stars: ✭ 1,734 (+1321.31%)
Mutual labels:  laravel
Cell Blog
基于 Laravel 7开发,支持 Markdown 语法的博客
Stars: ✭ 120 (-1.64%)
Mutual labels:  laravel
Any
Any-基于Laravel5.5新的权限管理后台骨架
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-1.64%)
Mutual labels:  laravel
Nova Translatable
Making Nova fields translatable
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Guardian
Eloquent Guardian is a simple permissions system for your users. While there are many other packages for permissions, this one solves everything in the most eloquent way.
Stars: ✭ 121 (-0.82%)
Mutual labels:  laravel
Coreblog
一款优雅的博客系统
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Pagination
🎁 Laravel 5 Custom Pagination Presenter
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Laravel Form Builder
Laravel Form builder for version 5+!
Stars: ✭ 1,601 (+1212.3%)
Mutual labels:  laravel
Php Crawler
A php crawler that finds emails on the internets
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel
Laravel Optimus
Transform your internal id's to obfuscated integers based on Knuth's integer hash. Laravel wrapper for the Optimus Library by Jens Segers with multiple connections support.
Stars: ✭ 119 (-2.46%)
Mutual labels:  laravel

Vanilo Demo Application

v2.1.0

This is a minimalistic Laravel 8 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].