File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ A list of resources for the Laravel framework.
4
4
5
5
## Websites (tools)
6
6
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
10
+
7
11
## Websites (education)
8
12
9
13
## Packages
10
14
11
- * [ Laravel 4 IDE Helper] ( https://github.com/barryvdh/laravel-ide-helper )
12
- - Code completoin helper for your IDE
13
- * [ Jeffery Way Generators] ( https://github.com/JeffreyWay/Laravel-4-Generators )
14
- - This Laravel 4 package provides a variety of generators to speed up your development process.
15
- * [ Laravel Migrations Generator] ( https://github.com/barryvdh/laravel-migration-generator )
16
- - Generate Migrations from an existing Database
15
+ ### Auth
16
+
17
+ [ Camelot Auth] ( https://github.com/taftse/camelot-auth )
18
+ modular authentication library that supports OAuth 1 & 2, Local Auth and SAML2
17
19
18
20
## Books
You can’t perform that action at this time.
0 commit comments