https://github.com/thezoraiz/laravel-crud-task
https://github.com/thezoraiz/laravel-crud-task
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thezoraiz/laravel-crud-task
- Owner: TheZoraiz
- Created: 2021-11-05T12:08:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T12:15:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:41:40.618Z (8 months ago)
- Language: PHP
- Size: 513 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel CRUD Task
Execute the following commands
```
npm install
```
```
composer install
```
```
php artisan migrate
```
```
php artisan serve
```