An open API service indexing awesome lists of open source software.

https://github.com/brainstreaminfo/convertstoretoweb

ConvertStoreToWeb
https://github.com/brainstreaminfo/convertstoretoweb

Last synced: 3 months ago
JSON representation

ConvertStoreToWeb

Awesome Lists containing this project

README

          

# Introduction:

Introducing the ConvertStoreToWeb extension for Bagisto:- A transformative solution designed to seamlessly convert your e-commerce store into a fully functional informative business website. Whether you’re transitioning from an e-commerce focus to a more content-driven presence or simply seeking a fresh approach to your online business, this extension offers an effortless way to adapt your existing Bagisto store to a professional, informative website tailored for business owners.

# Unlock Growth with Bagisto's Feature-Packed ConvertStoreToWeb Extension!

* **Seamless Conversion:** Effortlessly transition your existing e-commerce store into an informative website without losing valuable data or functionality.
* **Customizable Pages:** Easily configure and customize essential footer pages such as Services, Team, Our Story, Awards, BLog and Products. Tailor each page to highlight your business’s key information.
* **Enhanced Content Management:**
Utilize Bagisto’s powerful content management capabilities to manage and update your business information efficiently.
* **Admin Dashboard Integration:** Retain access to Bagisto’s robust admin dashboard, allowing you to manage content, view analytics, and maintain site settings with ease.
* **Customizable Branding:** Adapt the look and feel of your website to match your brand’s identity with customizable themes and design options.
* **SEO Optimization:** Enhance your site’s visibility with built-in SEO tools that help improve search engine rankings and attract more visitors.
* **User-Friendly Navigation:** Provide a seamless browsing experience with intuitive navigation and easy access to important information.
* **Multi-Language Support:** Offer your content in multiple languages to cater to a diverse audience, with support for various translation files.
* **Secure and Reliable:** Benefit from the security and reliability of Bagisto’s platform, ensuring your website is safe and consistently operational.

# Requirements:
* Bagisto: v2.2.2
* PHP: 8.1 or higher
* Composer 2.6.3 or higher

# Installation :
Unzip the Brainstream.zip file and move the extracted folder to the bagisto/packages directory.

* Goto config/app.php file and add following line under 'providers'

```
Brainstream\ConvertStoreToWeb\Providers\ConvertStoreToWebServiceProvider::class,
```

* Goto composer.json file and add following line under 'psr-4'

```
"Brainstream\\ConvertStoreToWeb\\": "packages/Brainstream/ConvertStoreToWeb/src"
```
* Run these below commands to complete the setup:

```
composer dump-autoload
```
```
php artisan optimize:clear
```

* Run the below command:
```
php artisan db:seed --class=Brainstream\\ConvertStoreToWeb\\Database\\Seeders\\Attribute\\DatabaseSeeder
```
```
php artisan db:seed --class=Brainstream\\ConvertStoreToWeb\\Database\\Seeders\\Shop\\DatabaseSeeder
```
```
php artisan db:seed --class=Brainstream\\ConvertStoreToWeb\\Database\\Seeders\\CMS\\DatabaseSeeder
```
* Run the below command and select the ConvertStoreToWebServiceProvider from the selection :

```
php artisan vendor:publish --force
```

```
composer require webbycrown/blog-for-bagisto:dev-main
```
```
php artisan migrate
```
```
php artisan vendor:publish --all
```
Make changes in index.blade.php file in footer folder for get in touch section

That's it, now just execute the project on your specified domain.