Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```