/theme-store

Theme Store provides ready to use theme store app. Contains Admin Panel, Web Interface, and API integration for remote operations. This package may require connector packages and applications.

Primary LanguagePHPMIT LicenseMIT

Laravel Theme Store

EgoistDeveloper Laravel Theme Store

Stable Version Unstable Version Total Downloads License

Installation

Publish store migrations

php artisan vendor:publish --tag=theme-store-migrations

Apply migrations

php artisan migrate --path=/database/migrations/laravel-ready/theme-store

Publish store configs

php artisan vendor:publish --tag=theme-store-config

Publish store assets

php artisan vendor:publish --tag=theme-store-assets

Publish store views

php artisan vendor:publish --tag=theme-store-views