- Un servidor xamp con php 7.4
- Composer 2.1.5
- npm 6.14.14
- git
1) Previamente debes tener el servidor Apache y Mysql coriendo y definir php en las variables del sistema para poder usarlo en consola.
$ git clone https://github.com/Velfin-Velasquez/sitio-de-recetas-laravel.git
$ composer install
$ npm install
$ php artisan migrate
$ php artisan db:seed
$ php artisan storage:link
$ php artisan serve
- user: prueba@gmail.com
- password: 12345678