Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-hamdy101/laravel-content-management
laravel content management is fullstack application focus on CRUD operation
https://github.com/ahmed-hamdy101/laravel-content-management
blog cms crud-application ecommerce laravel
Last synced: 1 day ago
JSON representation
laravel content management is fullstack application focus on CRUD operation
- Host: GitHub
- URL: https://github.com/ahmed-hamdy101/laravel-content-management
- Owner: Ahmed-Hamdy101
- Created: 2023-10-01T20:00:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:18:15.000Z (about 1 year ago)
- Last Synced: 2024-11-11T12:39:05.883Z (2 months ago)
- Topics: blog, cms, crud-application, ecommerce, laravel
- Language: JavaScript
- Homepage:
- Size: 14.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Laravel-project](image.png)
#### Requirements :
- **Web Server** Apcahe
- **Laravel Server** ` php artisan serve `
## Command for npm :
- **Run Dev** ` npm run dev `
- **View Changes** ` npm run watch `
## API REQUEST CRU: CREATE ,READ , UPDATE ( @PostMan )
| ROUTE | Description |API Mehod |
| - | - | - |
|localhost/api/posts| show all post | GET |
|localhost/api/posts/id/edit| update specific post | POST |
|localhost/api/posts/create| Create post | PUT |## TEST
* run this command```bash
./vendor/bin/phpunit
```