Skip to content

lstables/laravel-sparkinstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Goal

Ability to quickly add Spark to your existing Laravel 5.1 projects.

Installation

  1. composer require genealabs/laravel-sparkinstaller
  2. Add the service providers:
        Laravel\Spark\Providers\SparkServiceProvider::class,
        GeneaLabs\LaravelSparkInstaller\Providers\LaravelSparkInstallerServiceProvider::class,
  1. DO NOT RUN php artisan spark:install, as that is meant for new installations only. Instead, run php artisan spark:upgrade.
  2. Run the migrations: php artisan migrate.

Uninstallation

Coming soon!

Documentation

Coming soon!

About

Spark up your Laravel 5.1 app in seconds!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages