update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
13
vendor/safiull/laravel-installer/README.md
vendored
13
vendor/safiull/laravel-installer/README.md
vendored
@@ -26,7 +26,7 @@ ## About
|
||||
|
||||
## Requirements
|
||||
|
||||
* [Laravel 8.x, 9.x, 10+](https://laravel.com/docs/installation)
|
||||
* [Laravel 7.x, 8.x, 9.x, 10.x, 11.x, 12+](https://laravel.com/docs/installation)
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -59,7 +59,6 @@ ## Installation
|
||||
## Routes
|
||||
|
||||
* `/install`
|
||||
* `/update`
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -67,10 +66,6 @@ ## Usage
|
||||
* In order to install your application, go to the `/install` route and follow the instructions.
|
||||
* Once the installation has ran the empty file `installed` will be placed into the `/storage` directory. If this file is present the route `/install` will abort to the 404 page.
|
||||
|
||||
* **Update Route Notes**
|
||||
* In order to update your application, go to the `/update` route and follow the instructions.
|
||||
* The `/update` routes countes how many migration files exist in the `/database/migrations` folder and compares that count against the migrations table. If the files count is greater then the `/update` route will render, otherwise, the page will abort to the 404 page.
|
||||
|
||||
* Additional Files and folders published to your project :
|
||||
|
||||
|File|File Information|
|
||||
@@ -97,11 +92,7 @@ ###### Installer
|
||||

|
||||

|
||||

|
||||
|
||||
###### Updater
|
||||

|
||||

|
||||
 -->
|
||||
-->
|
||||
|
||||
### Changelog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user