Zum Inhalt springen
← Zurück zu den Projekten

Theme Downloader

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

Neue Version verfügbar.