https://github.com/hasnayeen/laravel-meetup-2017
Source code from the laravel meetup presentation
https://github.com/hasnayeen/laravel-meetup-2017
laravel phpunit tdd testing
Last synced: 24 days ago
JSON representation
Source code from the laravel meetup presentation
- Host: GitHub
- URL: https://github.com/hasnayeen/laravel-meetup-2017
- Owner: Hasnayeen
- Created: 2017-11-17T19:07:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T17:09:00.000Z (over 7 years ago)
- Last Synced: 2025-04-03T18:53:26.235Z (28 days ago)
- Topics: laravel, phpunit, tdd, testing
- Language: PHP
- Size: 443 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Write Your Application Story
This repo contains a laravel application with slides and code for my "Laravel Meetup 1.0" presentation. This presentation shows a basic TDD approach for beginners.
## How to use
Install the application in your local machine like regular laravel application. There are two branch - `presentation` and `dev`. The `presentation` branch contains only slides and `dev` branch contains both slides and code from slides. All the slides are accessible via `pages` (e.g http://localhost/pages/1) route of the application. Use the `presentation` branch and follow along with the slides and code accordingly. You can also check `dev` branch for final states of the code.
> `N.B` install npm dependencies in `dev` and `presentation` branch
## License
The project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
## Future
There is possibility to add more slides and code in future. If you have any specific query let me know.