Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/custom-theme
https://github.com/bagisto/custom-theme
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bagisto/custom-theme
- Owner: bagisto
- Created: 2024-02-20T07:51:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:17:24.000Z (6 months ago)
- Last Synced: 2024-05-22T07:30:44.214Z (6 months ago)
- Language: PHP
- Size: 1.33 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Introduction
Our improved theme design enhances the look and feel of the store’s interface. By giving users complete control over themes, we enable seamless customization. This feature allows users to add images, text, and links to any section of their store with ease.
### Compatibility
This Custom package is compatible with version Bagisto 2.0
### Installation:
* Unzip the respective extension zip and then merge the "packages" folder into the project root directory.
* Goto config/app.php file and add the following line under 'providers'~~~
Webkul\Store\Providers\StoreServiceProvider::class
~~~* Goto composer.json file and add the following line under 'psr-4'
~~~
"Webkul\\Store\\": "packages/Webkul/Store/src"
~~~* Run these commands in the root of Bagisto
~~~
composer dump-autoload
~~~~~~
php artisan optimize:clear
~~~~~~
-> php artisan vendor:publish --force
--provider="Webkul\Store\Providers\StoreServiceProvider"
~~~* Run these commands in the Store package
~~~
npm install
~~~~~~
npm run dev
~~~~~~
npm run build
~~~For Custom theme
~~~
Admin->Settings->Channels->Edit Channel->Themes-> select new theme
~~~* For step-by-step installation follow this URL
[CustomTheme](https://bagisto.com/en/create-custom-theme-in-bagisto/)