2017 © Pedro Peláez
 

library laravel-sparkinstaller

image

watch-video/laravel-sparkinstaller

  • Monday, October 26, 2015
  • by Watch-Video
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Spark Installer for Laravel

This is very much a pre-release version. As long as Laravel Spark is not stable, neither is this package. Please test on a new branch of your Laravel app, so in case it doesn't work as expected you won't loose anything. If it does work, just PR the branch into your release branch for your app once you are satisfied., (*1)

Goal

Ability to quickly add Spark to your existing Laravel 5.1 projects., (*2)

Installation

  1. composer require genealabs/laravel-sparkinstaller --dev
  2. Add the service providers:, (*3)

          Laravel\Spark\Providers\SparkServiceProvider::class,
          GeneaLabs\LaravelSparkInstaller\Providers\LaravelSparkInstallerServiceProvider::class,
    
  3. DO NOT RUN php artisan spark:install, as that is meant for new installations only. Instead, run php artisan spark:upgrade., (*4)

  4. If you didn't choose to let the upgrade process run the migrations, make any necessary changes, then run the migrations manually.: php artisan migrate.

Publishing Views

Before publishing Spark views for customization, be sure to backup your /resources/views/home.blade.php file first, as it will get overwritten. Then you can publish the views as follows:, (*5)

php artisan vendor:publish --tag=spark-full

Uninstallation

Coming soon!, (*6)

Documentation

Coming soon!, (*7)

The Versions

26/10 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

11/10 2015

0.1.2

0.1.2.0

  Sources   Download

MIT

The Requires

 

23/09 2015

0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

23/09 2015

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires