Skip to content

Commit fe6ade1

Browse files
committed
Update README.md
1 parent db3030c commit fe6ade1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Laravel Resources
22

3-
A list of resources for the Laravel framework.
3+
A list of resources for the Laravel framework. (work in progress)
44

55
## Websites (tools)
66

77
### Databse Design
8-
[Laravel Schema Designer](http://laravelsd.com)
9-
tool to design your database schema which can generate migrations,models,seeds and forms
8+
9+
* [Laravel Schema Designer](http://laravelsd.com)
10+
- Tool to design your database schema which can generate migrations,models,seeds and forms.
1011

1112
## Websites (education)
1213

1314
* [Larvel.IO Forum](http://laravel.io/forum)
14-
* [Laracasts](http://www.laracasts.com) — It's Like Netflix For Developers
15+
* [Laracasts](http://www.laracasts.com)
16+
- It's Like Netflix For developers!
1517
* [Laravel Weekly](http://laravelweekly.com)
1618

1719
## Packages
1820

1921
### Auth
2022

2123
* [Laravel 4 IDE Helper](https://github.com/barryvdh/laravel-ide-helper)
22-
- Code completoin helper for your IDE
24+
- Code completion helper for your IDE.
2325
* [Jeffery Way Generators](https://github.com/JeffreyWay/Laravel-4-Generators)
2426
- This Laravel 4 package provides a variety of generators to speed up your development process.
2527
* [Laravel Migrations Generator](https://github.com/barryvdh/laravel-migration-generator)
@@ -28,4 +30,6 @@ tool to design your database schema which can generate migrations,models,seeds a
2830
- Modular authentication library that supports OAuth 1 & 2, Local Auth and SAML2
2931

3032
## Books
33+
3134
* [Code Bright](https://leanpub.com/codebright) by [Dayle Rees](https://github.com/daylerees)
35+
- The number one Laravel 4 book for beginners!

0 commit comments

Comments
 (0)