File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ composer require alexstack/laravel-cms && php artisan laravelcms
3737composer 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
4344php 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
5657php artisan laravelcms --action=initialize --locale=en --table_prefix=cms_ --silent=yes
You can’t perform that action at this time.
0 commit comments