Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/lacrud
CRUD Laravel API 🍦🐘
https://github.com/2kabhishek/lacrud
api backend companion crud laravel starter
Last synced: 27 days ago
JSON representation
CRUD Laravel API 🍦🐘
- Host: GitHub
- URL: https://github.com/2kabhishek/lacrud
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-10-30T16:29:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:37:56.000Z (2 months ago)
- Last Synced: 2024-12-03T18:27:16.646Z (2 months ago)
- Topics: api, backend, companion, crud, laravel, starter
- Language: PHP
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
lacrud is a Laravel API created for demonstrating Laravel-React integration.
## Inspiration
Wanted to try React and Laravel together for a POC
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `php`, `laravel`
## Getting lacrud
To get lacrud, follow these steps:
```bash
git clone https://github.com/2kabhishek/lacrud
cd lacrud
php artisan serve
```## How it was built
lacrud was built using `neovim`
## What I learned
- Learned about the Laravel ecosystem and connecting it with React
## What's next
### To-Do
- [ ] Setup docker-compose with [recrud](https://github.com/2KAbhishek/lacrud)
Hit the ⭐ button if you found this useful.
## More Info