laraveldaily/theme-downloader

Easy to use bootstrap theme downloader

0.1.0 2018-01-08 09:56 UTC

This package is auto-updated.

Last update: 2024-04-13 18:48:35 UTC


README

Package downloads one of your chosen themes into your resources/views folders, also adding routes if required by the theme.

Package Requirements

  • Laravel ^5.5

Usage

  1. Install the package via composer require laraveldaily/theme-downloader.
  2. That's it: run command php artisan theme:download --theme=[YOUR_THEME_NAME]
  3. You will see new files appear in resources/views and routes folder

More in-depth article: ThemeDownloader v0.1: apply Bootstrap theme with Artisan command

Demo-video: Need Opinion: Laravel Bootstrap Theme Downloader

Currently supported themes

  1. Landing Page (--theme=landing-page)

Landing Page

  1. Classimax (--theme=classimax)

Classimax

License

The MIT License (MIT). Please see License File for more information.

More from our LaravelDaily Team