https://github.com/savanihd/laravel-store-json-data-in-database
Laravel Store JSON Data in Database
https://github.com/savanihd/laravel-store-json-data-in-database
advanced eloquent json laravel
Last synced: about 1 month ago
JSON representation
Laravel Store JSON Data in Database
- Host: GitHub
- URL: https://github.com/savanihd/laravel-store-json-data-in-database
- Owner: savanihd
- Created: 2024-09-14T04:00:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:53:09.000Z (8 months ago)
- Last Synced: 2025-03-25T12:05:10.389Z (about 1 month ago)
- Topics: advanced, eloquent, json, laravel
- Language: PHP
- Homepage: https://www.itsolutionstuff.com/post/laravel-11-store-json-format-data-in-database-tutorialexample.html
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Store JSON Data in Database
In this video, I will show you how to store JSON data in database using laravel eloquent. we will use $casts to handle JSON data in laravel.Link: https://www.itsolutionstuff.com/post/laravel-11-store-json-format-data-in-database-tutorialexample.html