/laravel_game_list

experimentando con laravel la subida de imagenes

Primary LanguagePHP

Instalacion

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

  • composer install
  • npm install
  • cp .env.example .env (copia el archivo .env.exampe)
  • php artisan key:generate
  • php artisan migrate:fresh --seed (recuerde crear la database antes de migrar)

Luego de esto solo nesecita

  • npm run dev
  • php artisan serve

Laravel is accessible, powerful, and provides tools required for large, robust applications.