https://github.com/korospace/ta_fahri_laravel
https://github.com/korospace/ta_fahri_laravel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/korospace/ta_fahri_laravel
- Owner: korospace
- Created: 2025-01-20T18:42:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T17:40:40.000Z (over 1 year ago)
- Last Synced: 2025-02-05T18:40:45.499Z (over 1 year ago)
- Language: PHP
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup project
1. install all library
```bash
$ composer install
```
2. edit .env file
3. create table with migration
```bash
$ php artisan migrate
```
4. insert data with seeder
```bash
$ php artisan db:seed
```
5. run the app
```bash
$ php artisan serve
```
*open http://localhost:8000