Download the PHP package brightweb/ecommerce without Composer

On this page you can find all versions of the php package brightweb/ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ecommerce

Documentation for BrightWeb E-Commerce Package

Package Overview

The BrightWeb E-Commerce package is a comprehensive e-commerce solution built with Laravel, Livewire, HTML, CSS, and JavaScript. This package offers a robust frontend and backend system to efficiently manage and sell products online.

With features tailored for modern e-commerce needs, it simplifies the process of building and maintaining an online store, allowing developers to focus on enhancing user experience and business growth.

Features:


Installation Instructions

Step 1: Install the Package

To install the package, use Composer:

Step 2: Migrate the Database

Run the following command to create the necessary tables:

Step 3: Start the Project

Start your Laravel development server with php artisan serve:

Remember to comment your defalut laravel home page route for your site to use the packge home directory, to do this, navigate into routes/web.php

Step 4: Promote an Admin User

Manually promote user to admin by editing the users table in the database: after registration

  1. Locate the user’s record.
  2. Update the role field to admin.

After logging in as an admin, the Admin Dashboard will be accessible via the navigation bar.


Features and Functionalities

Product Management

Admins can:

Order Management

Payment Gateway Configuration

The package supports multiple payment methods:

Other payment methods like Stripe and Razorpay are placeholders for future implementation.

Configuration Options

Run the following command to publish the configuration file:

The configuration file will be located at config/brightwebconfig.php.

Payment Settings

Currency Settings

Frontend Category Settings

Frontend Navigation Settings

Product slider or background image Customizer

Please select your **preference** or disable both options by setting them to false.

 If you choose "show_background_image," ensure you upload a suitable image via the admin dashboard.

Customize the image to match your design requirements.

Frontend Site Settings

Admin Site Settings


Payment Gateway Setup

PayPal

Add the following to your .env file:

Paystack

Add the following to your .env file:


Run the code below to clear all cacch

Enable or Disable Translator

Notes

  1. For testing purposes, an admin user cannot purchase items.
  2. After registretion, To test as a user, do not promote the test email to admin.
  3. Email notifications will be sent for order confirmations.
  4. Regularly update your .env file with valid keys for payment gateways.

Email Configuration:

Set up email services in the .env file. For Gmail, you can use the following configuration for testing:

The site will send an email to an admin using your MAIL_FROM_ADDRESS on .env

SEO Features

The package includes SEO-friendly features to optimize your site for search engines. As an admin, you can configure:

Site Name SEO Meta Tags (e.g., meta description, meta keywords) Social Media Previews (e.g., Twitter Card settings) Admin SEO Configuration Example: Twitter Title Meta Description Keywords These settings are available through the Admin Dashboard and can be adjusted in real-time.

Troubleshooting

Issue: Admin Access Not Visible Ensure you’ve set the correct role to admin in the database for the user account. Issue: Payments Not Processing Double-check the credentials in your .env file for PayPal and Paystack.

License

This package is open-sourced software licensed under the MIT license.

Contributing

We welcome contributions to enhance this package. Please contact us at [email protected]

Thank you for choosing BrightWeb E-Commerce! If you have any questions or need support, please feel free to open an issue on GitHub.

Conclusion

The BrightWeb E-Commerce Package is an excellent tool for building scalable e-commerce sites with powerful admin and user features. Customize the frontend and backend settings to suit your needs, and easily manage orders, products, and payments.

Explore the Admin Dashboard for further customization and enhancements, and enjoy building your e-commerce site!

Support

For support, please send us an email at [email protected]


All versions of ecommerce with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
livewire/livewire Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package brightweb/ecommerce contains the following files

Loading the files please wait ....