Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:MrCrankHank/laravel-update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrankHank committed Jan 21, 2018
2 parents 2daf2a6 + 0914c60 commit 093478d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# THIS PROJECT IS NOT YET FUNCTIONAL!

# An update solution for Laravel apps

This Laravel package helps you with deploying updates to your application.
Expand All @@ -25,6 +23,7 @@ delete the files which are not part of your installation. This prevents any dele
your installation.
The Update command also migrates the database, clears the cache and puts your app into maintenance mode while updating.
The exact commands are:
<pre>
> php artisan down
> php artisan migrate --force
> php artisan clear-compiled
Expand All @@ -33,6 +32,7 @@ The exact commands are:
> php artisan config:cache
> php artisan optimize
> php artisan up
</pre>

##### Deployment process
> php artisan update:generate-json-file
Expand All @@ -45,4 +45,4 @@ Extract your update over the productive installation
This package was developed in Laravel 5.5, but should work in older versions as well.

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 093478d

Please sign in to comment.