Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.39 KB

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