Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStack committed Jan 31, 2021
1 parent e083bdf commit 3d37713
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ composer require alexstack/laravel-cms && php artisan laravelcms
composer create-project laravel/laravel cms && cd cms && composer require alexstack/laravel-cms

// Step 2: Change the database connection settings in the .env
vi .env // change DB_DATABASE, DB_USERNAME, DB_PASSWORD
// Make sure the DB_DATABASE, DB_USERNAME, DB_PASSWORD are correct
vi .env

// Step 3: install CMS
// Step 3: install CMS in silent mode
php artisan laravelcms  --silent=yes

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

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

// Tips: You will need to register a new user and the first user will be the admin user of the cms
// Note: You will need to register a new user and the first user will be the admin user of the cms

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

0 comments on commit 3d37713

Please sign in to comment.