https://github.com/eliyas5044/laravel-foo
https://github.com/eliyas5044/laravel-foo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliyas5044/laravel-foo
- Owner: eliyas5044
- Created: 2019-05-24T09:35:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:23:09.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:28:15.515Z (5 months ago)
- Language: PHP
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel Foo
After clone or download the project, cd into project folder and run these commands:
```
composer install
```
```
cp .env.example .env
```
```
php artisan key:generate
```Change database credentials and run migrate command.
```
php artisan migrate
```> Run server to test
```
php artisan serve
```