1. Go to this page and download the library: Download shah-newaz/redprint-ng 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/ */
shah-newaz / redprint-ng example snippets
return [
/*
|--------------------------------------------------------------------------
| Axios Instance
|--------------------------------------------------------------------------
|
| Specify the axios instance to be used in Vue components.
| Example: 'this.$api' will generate this.$api.get() instead of axios.get()
| Set to null to use a local axios instance with proper baseURL.
|
*/
'axios_instance' => null,
/*
|--------------------------------------------------------------------------
| Vue Router Location
|--------------------------------------------------------------------------
|
| Specify the location of your Vue router configuration file.
| This should be relative to the resources directory.
| Example: 'js/router/routes.ts' or 'js/router.js'
|
*/
'vue_router_location' => 'js/router/routes.ts',
];