Skip to content

Commit 3d37713

Browse files
committed
Update readme
1 parent e083bdf commit 3d37713

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ composer require alexstack/laravel-cms && php artisan laravelcms
3737
composer create-project laravel/laravel cms && cd cms && composer require alexstack/laravel-cms
3838

3939
// Step 2: Change the database connection settings in the .env
40-
vi .env // change DB_DATABASE, DB_USERNAME, DB_PASSWORD
40+
// Make sure the DB_DATABASE, DB_USERNAME, DB_PASSWORD are correct
41+
vi .env
4142

42-
// Step 3: install CMS
43+
// Step 3: install CMS in silent mode
4344
php artisan laravelcms  --silent=yes
4445

4546
// Step 4: Enable Laravel auth/login system
@@ -50,7 +51,7 @@ php artisan serve
5051

5152
// Step 6: Now, you can access your cms backend via http://127.0.0.1:8080/cmsadmin/
5253

53-
// Tips: You will need to register a new user and the first user will be the admin user of the cms
54+
// Note: You will need to register a new user and the first user will be the admin user of the cms
5455

5556
// Tips: You can initialize the CMS with silent mode
5657
php artisan laravelcms --action=initialize --locale=en --table_prefix=cms_  --silent=yes

0 commit comments

Comments
 (0)