Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Styling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnawut Leepaisalsuwanna committed Jul 26, 2014
1 parent 40f90a4 commit 86bdec5
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,46 @@ A curated list of awesome Laravel packages, tools, articles, tutorials and other

## Articles & Tutorials
- Articles/tutorials on specific subject
- [Exploring Laravel’s IoC container](http://culttt.com/2014/03/24/exploring-laravels-ioc-container/) by Philip Brown.
- [Testing Laravel Controllers](http://code.tutsplus.com/tutorials/testing-laravel-controllers--net-31456) by Jeffrey Way.
- [Exploring Laravel’s IoC container](http://culttt.com/2014/03/24/exploring-laravels-ioc-container/) by Philip Brown.
- [Testing Laravel Controllers](http://code.tutsplus.com/tutorials/testing-laravel-controllers--net-31456) by Jeffrey Way.
- Series of articles/tutorials
- [Cribb @ culttt.com](http://culttt.com/tag/cribbb/)
- [Laravel 4 Tutorials on Medium.com](https://medium.com/laravel-4)

- [Cribb @ culttt.com](http://culttt.com/tag/cribbb/)
- [Laravel 4 Tutorials on Medium.com](https://medium.com/laravel-4)
- Frequently asked questions
- [Laravel requires the Mcrypt PHP extension](https://stackoverflow.com/questions/16830405/laravel-requires-the-mcrypt-php-extension).
- [php artisan dump-autoload vs. composer dump-autoload](https://stackoverflow.com/questions/20274082/what-are-differences-between-php-artisan-dump-autoload-and-composer-dump-auto)
- Laravel on shared hosting
- [Install Laravel 4 without Composer](https://stackoverflow.com/questions/15940140/can-i-install-laravel-4-without-using-composer).
- [Install to a web host without publicly exposing /app/ folder?](https://stackoverflow.com/questions/16683046/how-to-install-laravel-4-to-a-web-host-subfolder-without-publicly-exposing-app)
- [Laravel requires the Mcrypt PHP extension](https://stackoverflow.com/questions/16830405/laravel-requires-the-mcrypt-php-extension).
- [php artisan dump-autoload vs. composer dump-autoload](https://stackoverflow.com/questions/20274082/what-are-differences-between-php-artisan-dump-autoload-and-composer-dump-auto)
- Laravel on shared hosting
- [Install Laravel 4 without Composer](https://stackoverflow.com/questions/15940140/can-i-install-laravel-4-without-using-composer).
- [Install to a web host without publicly exposing /app/ folder?](https://stackoverflow.com/questions/16683046/how-to-install-laravel-4-to-a-web-host-subfolder-without-publicly-exposing-app)

## Popular/Notable Packages

- Authentication & Authorization
- [Laravel's built-in authentication](http://laravel.com/docs/security).
- [lucadegasperi/oauth2-server-laravel](https://github.com/lucadegasperi/oauth2-server-laravel): OAuth 2.0 server package for Laravel. Uses [thephpleague/oauth2-server](https://github.com/thephpleague/oauth2-server).
- [artdarek/oauth-4-laravel](https://github.com/artdarek/oauth-4-laravel): An OAuth client wrapper for Laravel. Uses [Lusitanian/PHPoAuthLib](https://github.com/Lusitanian/PHPoAuthLib).
- [zizaco/confide](https://github.com/Zizaco/confide): An authentication solution for Laravel 4. Includes account confirmation, login throttling, etc.
- [zizaco/entrust](https://github.com/Zizaco/entrust): Role-based Permissions for Laravel 4.
- [Laravel's built-in authentication](http://laravel.com/docs/security).
- [lucadegasperi/oauth2-server-laravel](https://github.com/lucadegasperi/oauth2-server-laravel): OAuth 2.0 server package for Laravel. Uses [thephpleague/oauth2-server](https://github.com/thephpleague/oauth2-server).
- [artdarek/oauth-4-laravel](https://github.com/artdarek/oauth-4-laravel): An OAuth client wrapper for Laravel. Uses [Lusitanian/PHPoAuthLib](https://github.com/Lusitanian/PHPoAuthLib).
- [zizaco/confide](https://github.com/Zizaco/confide): An authentication solution for Laravel 4. Includes account confirmation, login throttling, etc.
- [zizaco/entrust](https://github.com/Zizaco/entrust): Role-based Permissions for Laravel 4.

- API
- [dingo/api](https://github.com/dingo/api): A RESTful API package for the Laravel framework. Supports API versioning, data transformers, error handling, rate limiting, etc.
- [dingo/api](https://github.com/dingo/api): A RESTful API package for the Laravel framework. Supports API versioning, data transformers, error handling, rate limiting, etc.

- Site Admin
- [frozennode/administrator](https://github.com/FrozenNode/Laravel-Administrator): An administrative interface builder for Laravel.
- [frozennode/administrator](https://github.com/FrozenNode/Laravel-Administrator): An administrative interface builder for Laravel.

- Forms
- [anahkiasen/former](https://github.com/anahkiasen/former): A powerful form builder for Laravel and other frameworks.
- [anahkiasen/former](https://github.com/anahkiasen/former): A powerful form builder for Laravel and other frameworks.

- Developer's tools
- [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar): Laravel 4 Debugbar (Integrates PHP Debug Bar).
- [way/generators](https://github.com/JeffreyWay/Laravel-4-Generators): Easily generate model, view, controller, migrations, etc. via `php artisan` commands.
- [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel.git): A simple Laravel 4 service provider for including the AWS SDK for PHP.
- [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar): Laravel 4 Debugbar (Integrates PHP Debug Bar).
- [way/generators](https://github.com/JeffreyWay/Laravel-4-Generators): Easily generate model, view, controller, migrations, etc. via `php artisan` commands.
- [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel.git): A simple Laravel 4 service provider for including the AWS SDK for PHP.

- Testing
- ~~[way/laravel-test-helpers](https://github.com/JeffreyWay/Laravel-Test-Helpers): A set of helpers for easier testing in Laravel (no longer maintained).~~
- ~~[way/laravel-test-helpers](https://github.com/JeffreyWay/Laravel-Test-Helpers): A set of helpers for easier testing in Laravel (no longer maintained).~~

- Other notable packages
- [intervention/image](https://github.com/Intervention/image): Image handling and manipulation library. Supports Laravel 4 out of the box.
- [intervention/image](https://github.com/Intervention/image): Image handling and manipulation library. Supports Laravel 4 out of the box.

## Community
- [Laravel.io](http://laravel.io): The official Laravel Framework forum.
Expand Down

0 comments on commit 86bdec5

Please sign in to comment.