1. Go to this page and download the library: Download ovic-core/framework library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ovic-core / framework example snippets
bash
All : php artisan migrate
Only vendor : php artisan migrate --path=\vendor\ovic-core\framework\database
bash
php artisan db:seed --class=UsersTableSeeder
username : Super Admin
user : [email protected]
pass : 12345678