watch-video/laravel-sparkinstaller is a Laravel package.
It currently has 0 GitHub stars and 0 downloads on Packagist (latest version 0.1.2).
Install it with composer require watch-video/laravel-sparkinstaller.
Discover more Laravel packages by watch-video
or browse all Laravel packages to compare alternatives.
Last updated
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.
Ability to quickly add Spark to your existing Laravel 5.1 projects.
composer require genealabs/laravel-sparkinstaller --dev Laravel\Spark\Providers\SparkServiceProvider::class,
GeneaLabs\LaravelSparkInstaller\Providers\LaravelSparkInstallerServiceProvider::class,
php artisan spark:install, as that is meant for new installations only. Instead, run php artisan spark:upgrade.php artisan migrate.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:
php artisan vendor:publish --tag=spark-full
Coming soon!
Coming soon!