You will find in the folder postman the exported file of the collection
Rename the file .env.example to .env
and enter the database information. Do not change the host!
- Then install the composer dependencies
$ composer i
- Then just run the following command:
$ composer dev
If all goes well, you should see a message similar to this one:
it's Working! 🎉 go to http://localhost:8000 to test
The api documentation is available at the link /doc
The Laravel framework is open-sourced software licensed under the MIT license.