https://github.com/godofbrowser/laravel-ice-and-fire
https://github.com/godofbrowser/laravel-ice-and-fire
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/godofbrowser/laravel-ice-and-fire
- Owner: Godofbrowser
- Created: 2019-03-29T05:35:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T08:56:03.000Z (over 7 years ago)
- Last Synced: 2025-11-08T22:03:35.091Z (8 months ago)
- Language: PHP
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel Ice & Fire
### Installation
- Clone the repo
- Change directory to the cloned project folder
- Run: `composer install` command
- Copy .env.example to .env
- Run: `php artisan key:generate`
- Create a database
- Configure .env with database credentials
- DB_DATABASE=yourDatabaseName
- DB_USERNAME=yourMysqlUsername
- DB_PASSWORD=yourPassword
- Run: `php artisan optimize`
- Run: `php artisan migrate`
- Run: `php artisan serve`
App should be served at **http://localhost:8000**
This will be the initial base url on the postman collection (postman-collection.json) located n the project root.
Next, import postman collection into postman and you should be able to test the endpoints