git clone https://github.com/Adesings/idea-app-laravel-vue.git
Configure in the. env file, the name of your database that you created previously, the user (default is root) and the password if you have
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=[database name]
DB_USERNAME=[username]
DB_PASSWORD=[your password]
npm install
composer install
php artisan migrate
php artisan db:seed
php artisan serve