This commit is contained in:
Clemencia John 2026-04-20 00:49:34 -07:00
parent 1970f4708d
commit 0f2372fe5c

View File

@ -17,6 +17,7 @@
- Theme: [MORE...](https://vsmov.com) - Theme: [MORE...](https://vsmov.com)
# Installation: # Installation:
0. Run the Laravel installation command in the web directory: `composer create-project laravel/laravel:^8.0 cms`
1. CD to project root and run: `composer require vsmov/vsmov-core -W` 1. CD to project root and run: `composer require vsmov/vsmov-core -W`
2. Configuration your database connection information in file `.env` 2. Configuration your database connection information in file `.env`
3. Then, run command: `php artisan vsmov:install` 3. Then, run command: `php artisan vsmov:install`