MohammedIsma / laravel-bootscraper

Laravel Bootscraper generates Laravel view templates from Bootstrap themes
MIT License
1 stars 0 forks source link

Laravel Bootscraper

Laravel Total Downloads

Laravel Bootscraper generates clean laravel layouts based on bootstrap templates. This package will import any bootstrap template and generate the necessary view files to use the template in any Laravel project.

Table of Contents

Requirements

Installation

  1. Require the package in your project's composer.json in one of the following ways

    • Command line: Run composer require "misma/laravel-bootscraper:dev-master" OR-
    • Composer.json: Add 'misma/laravel-bootscraper": "dev-master",'
  2. Update your project dependencies with composer update:

  3. Add the package to the service providers array in config/app.php.

    Misma\Bootscraper\BootscrapeServiceProvider::class

  4. Publish the package configuration and related files php artisan vendor:publish

  5. Modify config/bootscraper.php to fit project requirements

Documentation

Follow along the Wiki to find out more.

Contribution Guidelines

Support follows PSR-2 PHP coding standards, and semantic versioning.

Please report any issue you find in the issues page. Pull requests are welcome.