Skip to content

Commit ee5da32

Browse files
authored
Update readme.md
1 parent ff7f464 commit ee5da32

File tree

1 file changed

+25
-42
lines changed

1 file changed

+25
-42
lines changed

readme.md

Lines changed: 25 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,43 @@
1-
<p align="center"><img src="https://laravel.com/assets/img/components/logo-laravel.svg"></p>
21

3-
<p align="center">
4-
<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a>
6-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a>
8-
</p>
2+
## About
93

10-
## About Laravel
4+
This is a sample application that demonstrates test driven development with Laravel.
115

12-
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
13-
14-
- [Simple, fast routing engine](https://laravel.com/docs/routing).
15-
- [Powerful dependency injection container](https://laravel.com/docs/container).
16-
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
17-
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
18-
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
19-
- [Robust background job processing](https://laravel.com/docs/queues).
20-
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
6+
- [View the video tutorials](https://www.udemy.com/tdd-wth-laravel56/).
7+
- [Read up Tests in Laravel docs](https://laravel.com/docs/5.6/testing).
218

229
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
2310

24-
## Learning Laravel
2511

26-
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.
12+
## Usage
13+
1. Install laravel
14+
2. Run Migrations
15+
3. Signup a user and log in
16+
Enjoy
2717

28-
If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.
18+
The follow the youtube channel for the tutorial on the steps above.
2919

30-
## Laravel Sponsors
20+
That's all, you are good to go.
3121

32-
We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell):
3322

34-
- **[Vehikl](https://vehikl.com/)**
35-
- **[Tighten Co.](https://tighten.co)**
36-
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
37-
- **[Cubet Techno Labs](https://cubettech.com)**
38-
- **[British Software Development](https://www.britishsoftware.co)**
39-
- [Fragrantica](https://www.fragrantica.com)
40-
- [SOFTonSOFA](https://softonsofa.com/)
41-
- [User10](https://user10.com)
42-
- [Soumettre.fr](https://soumettre.fr/)
43-
- [CodeBrisk](https://codebrisk.com)
44-
- [1Forge](https://1forge.com)
45-
- [TECPRESSO](https://tecpresso.co.jp/)
46-
- [Runtime Converter](http://runtimeconverter.com/)
47-
- [WebL'Agence](https://weblagence.com/)
48-
- [Invoice Ninja](https://www.invoiceninja.com)
23+
I can join your team, you can contact me.
4924

50-
## Contributing
25+
## How to thank me
26+
* Star this repo
27+
Follow me on my social media handles
28+
* Subscribe on [Youtube](http://youtube.com/c/braintemorg)
29+
* Follow on [Twitter](http://twitter.com/braintem)
30+
* Follow on [Instagram](http://instagram.com/daveozoalor)
31+
* Like on [Facebook](http://fb.com/braintem)
5132

52-
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
5333

54-
## Security Vulnerabilities
34+
## Contacts
5535

56-
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
36+
* You can reach the me on `daveozoalor@gmail.com`, I'd like to join your team.
37+
* Just buzz me up on [facebook](http://facebook.com/daveozoalor)
5738

5839
## License
5940

60-
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
41+
This software is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
42+
43+

0 commit comments

Comments
 (0)