1
1
# Laravel Resources
2
2
3
- A list of resources for the Laravel framework.
3
+ A list of resources for the Laravel framework. (work in progress)
4
4
5
5
## Websites (tools)
6
6
7
7
### 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.
10
11
11
12
## Websites (education)
12
13
13
14
* [ Larvel.IO Forum] ( http://laravel.io/forum )
14
- * [ Laracasts] ( http://www.laracasts.com ) &mdash ; It's Like Netflix For Developers
15
+ * [ Laracasts] ( http://www.laracasts.com )
16
+ - It's Like Netflix For developers!
15
17
* [ Laravel Weekly] ( http://laravelweekly.com )
16
18
17
19
## Packages
18
20
19
21
### Auth
20
22
21
23
* [ 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.
23
25
* [ Jeffery Way Generators] ( https://github.com/JeffreyWay/Laravel-4-Generators )
24
26
- This Laravel 4 package provides a variety of generators to speed up your development process.
25
27
* [ 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
28
30
- Modular authentication library that supports OAuth 1 & 2, Local Auth and SAML2
29
31
30
32
## Books
33
+
31
34
* [ 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