PHP code example of mohammadkhazaee / larasetups
1. Go to this page and download the library: Download mohammadkhazaee/larasetups 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/ */
mohammadkhazaee / larasetups example snippets
bash
// bootstrap 5 & vue 3
php artisan install:bv3
// bootstrap 5 & vue 2
php artisan install:bv2
// bootstrap 5
php artisan install:bootstrap5
// vuejs 3 & 2
php artisan install:vue3
php artisan install:vue2