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
- Host: GitHub
- URL: https://github.com/parzibyte/crud-laravel-mysql
- Owner: parzibyte
- License: mit
- Created: 2019-03-20T00:46:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T01:02:54.000Z (over 6 years ago)
- Last Synced: 2025-03-26T07:21:41.055Z (9 months ago)
- Topics: crud, crud-laravel-mysql, laravel, mysql
- Language: PHP
- Size: 236 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).