From 8eae35b1983a0c1f4455591a43b144b9fbef0796 Mon Sep 17 00:00:00 2001 From: Nasrul Hazim Bin Mohamad Date: Sun, 26 May 2024 16:32:08 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7c88d49..dfa0a61 100644 --- a/README.md +++ b/README.md @@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc Add the following in your route file: ```php -use CleaniqueCoders\LaravelMediaSecure\LaravelDbDoc; +use CleaniqueCoders\LaravelDbDoc\LaravelDbDoc; LaravelDbDoc::routes(); ``` -You can publish and run the migrations with: - -```bash -php artisan vendor:publish --tag="laravel-db-doc-migrations" -``` - You can publish the config file with: ```bash -php artisan vendor:publish --tag="laravel-db-doc-config" +php artisan vendor:publish --tag="db-doc-config" ``` Optionally, you can publish the views using