An open API service indexing awesome lists of open source software.

https://github.com/parzibyte/crud-laravel-mysql

Conectar Laravel con MySQL: CRUD
https://github.com/parzibyte/crud-laravel-mysql

crud crud-laravel-mysql laravel mysql

Last synced: 8 months ago
JSON representation

Conectar Laravel con MySQL: CRUD

Awesome Lists containing this project

README

          

# crud-laravel-mysql

Conexión de Laravel con MySQL by [parzibyte](https://parzibyte.me)

# Obtener proyecto

Clona o descarga el repositorio. Crea la base de datos llamada `canciones_laravel`.

Después ejecuta `composer install` para instalar las dependencias, realiza las migraciones con `php artisan migrate` y listo

**Nota:** también puedes mirar [este tutorial](https://parzibyte.me/blog/2017/05/29/hacer-despues-clonar-proyecto-laravel/).
Te invito a leer más sobre:

- [Laravel](https://parzibyte.me/blog/category/laravel/)
- [PHP](http://parzibyte.me/blog/category/php)
- [MySQL](https://parzibyte.me/blog/category/mysql/)
- [Bases de datos](https://parzibyte.me/blog/category/bases-de-datos/)
No dejes de visitar [mi blog](https://parzibyte.me/blog).