237 lines
9.6 KiB
HTML
237 lines
9.6 KiB
HTML
<p>ATTENTION: This list is obsolete and discontinued. Please find a much
|
||
more comprehensive, much more well-maintained <em>awesome-laravel</em>
|
||
list at <a
|
||
href="https://github.com/chiraggude/awesome-laravel">chiraggude/awesome-laravel</a>.</p>
|
||
<hr />
|
||
<h1 id="awesome-laravel-bookmarks">Awesome Laravel Bookmarks</h1>
|
||
<p>A curated list of awesome Laravel bookmarks, packages, tools,
|
||
articles, tutorials and other related resources. Inspired by <a
|
||
href="https://github.com/dypsilon/frontend-dev-bookmarks">Frontend Dev
|
||
Bookmarks</a>.</p>
|
||
<p>Complementing this list, you may also want to check out <a
|
||
href="https://github.com/ziadoz/awesome-php">Awesome PHP</a>: a curated
|
||
list of amazingly awesome PHP libraries, resources and shiny things.</p>
|
||
<p><em>Looking for other awesome lists for PHP, Frontend Development,
|
||
etc? Check out <a href="https://github.com/sindresorhus/awesome">Awesome
|
||
- A curated list of awesome lists</a>.</em></p>
|
||
<h2 id="official-resources">Official Resources</h2>
|
||
<ul>
|
||
<li><a href="https://github.com/laravel/laravel">laravel/laravel</a>:
|
||
The default project structure to start developing with Laravel
|
||
framework. The project itself does not contain the framework’s
|
||
code.</li>
|
||
<li><a
|
||
href="https://github.com/laravel/framework">laravel/framework</a>: The
|
||
project that contains Laravel frameworks’s code. Use this project for
|
||
forking, submit pull requests, etc.</li>
|
||
<li><a href="http://laravel.io">Laravel.io</a>: The official Laravel
|
||
Framework forum.</li>
|
||
</ul>
|
||
<h2 id="articles-tutorials">Articles & Tutorials</h2>
|
||
<ul>
|
||
<li>Articles/tutorials on specific subject
|
||
<ul>
|
||
<li><a
|
||
href="http://culttt.com/2014/03/24/exploring-laravels-ioc-container/">Exploring
|
||
Laravel’s IoC container</a> by Philip Brown.</li>
|
||
<li><a
|
||
href="http://code.tutsplus.com/tutorials/testing-laravel-controllers--net-31456">Testing
|
||
Laravel Controllers</a> by Jeffrey Way.</li>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/17088917/what-are-the-best-practices-and-best-places-for-laravel-4-helpers-or-basic-funct">Best
|
||
places to put custom helpers</a> on StackOverflow.</li>
|
||
<li><a
|
||
href="http://blog.elenakolevska.com/using-grunt-with-laravel-and-bootstrap/">Laravel
|
||
+ Grunt + Bower + Bootstrap</a> by Elena Kolevska.</li>
|
||
<li><a href="http://fideloper.com/hhvm-nginx-laravel">Laravel + HHVM +
|
||
Nginx</a> by Fideloper.</li>
|
||
<li><a href="http://heera.it/laravel-repository-pattern">Using
|
||
Repository Pattern</a>: to decouple the hard dependencies of models from
|
||
the controllers.</li>
|
||
<li>Autoloading
|
||
<ul>
|
||
<li><a
|
||
href="http://stackoverflow.com/questions/21320775/laravel-psr-0-auto-loading">Laravel
|
||
PSR-0 auto-loading</a></li>
|
||
<li><a
|
||
href="http://laravelish.wordpress.com/2014/03/05/psr-4/">Re-organising
|
||
Laravel applications with PSR-4</a></li>
|
||
</ul></li>
|
||
</ul></li>
|
||
<li>Series of articles/tutorials
|
||
<ul>
|
||
<li><a href="http://daylerees.com/codebright">Code Bright</a> by Dayle
|
||
Rees.</li>
|
||
<li><a href="http://culttt.com/tag/cribbb/">Cribb @ culttt.com</a></li>
|
||
<li><a href="https://medium.com/laravel-4">Laravel 4 Tutorials on
|
||
Medium.com</a></li>
|
||
</ul></li>
|
||
<li>Frequently asked questions
|
||
<ul>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/16830405/laravel-requires-the-mcrypt-php-extension">Laravel
|
||
requires the Mcrypt PHP extension</a>.</li>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/14536165/get-the-query-executed-in-laravel-3-4">Retrieve
|
||
recently executed DB queries</a>.</li>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/20274082/what-are-differences-between-php-artisan-dump-autoload-and-composer-dump-auto">php
|
||
artisan dump-autoload vs. composer dump-autoload</a></li>
|
||
</ul></li>
|
||
<li>Laravel on shared hosting
|
||
<ul>
|
||
<li><a
|
||
href="http://driesvints.com/blog/laravel-4-on-a-shared-host/">Laravel 4
|
||
on a shared host</a> by Dries Vints.</li>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/15940140/can-i-install-laravel-4-without-using-composer">Install
|
||
Laravel 4 without Composer</a>.</li>
|
||
<li><a
|
||
href="https://stackoverflow.com/questions/16683046/how-to-install-laravel-4-to-a-web-host-subfolder-without-publicly-exposing-app">Install
|
||
to a web host without publicly exposing /app/ folder?</a></li>
|
||
</ul></li>
|
||
<li>Integration with Paas/Saas
|
||
<ul>
|
||
<li><em>(coming soon)</em></li>
|
||
</ul></li>
|
||
</ul>
|
||
<h2 id="popularnotable-packages">Popular/Notable Packages</h2>
|
||
<ul>
|
||
<li>Authentication & Authorization
|
||
<ul>
|
||
<li><a href="http://laravel.com/docs/security">Laravel’s built-in
|
||
authentication</a>.</li>
|
||
<li><a
|
||
href="https://github.com/lucadegasperi/oauth2-server-laravel">lucadegasperi/oauth2-server-laravel</a>:
|
||
OAuth 2.0 server package for Laravel. Uses <a
|
||
href="https://github.com/thephpleague/oauth2-server">thephpleague/oauth2-server</a>.</li>
|
||
<li><a
|
||
href="https://github.com/artdarek/oauth-4-laravel">artdarek/oauth-4-laravel</a>:
|
||
An OAuth client wrapper for Laravel. Uses <a
|
||
href="https://github.com/Lusitanian/PHPoAuthLib">Lusitanian/PHPoAuthLib</a>.</li>
|
||
<li><a href="https://github.com/Zizaco/confide">zizaco/confide</a>: An
|
||
authentication solution for Laravel 4. Includes account confirmation,
|
||
login throttling, etc.</li>
|
||
<li><a href="https://github.com/Zizaco/entrust">zizaco/entrust</a>:
|
||
Role-based Permissions for Laravel 4.</li>
|
||
</ul></li>
|
||
<li>Developer’s tools
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/barryvdh/laravel-debugbar">barryvdh/laravel-debugbar</a>:
|
||
Laravel 4 Debugbar (Integrates PHP Debug Bar).</li>
|
||
<li><a
|
||
href="https://github.com/JeffreyWay/Laravel-4-Generators">way/generators</a>:
|
||
Easily generate model, view, controller, migrations, etc. via
|
||
<code>php artisan</code> commands.</li>
|
||
<li><a
|
||
href="https://github.com/aws/aws-sdk-php-laravel.git">aws/aws-sdk-php-laravel</a>:
|
||
A simple Laravel 4 service provider for including the AWS SDK for
|
||
PHP.</li>
|
||
<li><a
|
||
href="https://github.com/anahkiasen/former">anahkiasen/former</a>: A
|
||
powerful form builder for Laravel and other frameworks.</li>
|
||
</ul></li>
|
||
<li>Building an API
|
||
<ul>
|
||
<li><a href="https://github.com/dingo/api">dingo/api</a>: A RESTful API
|
||
package for the Laravel framework. Supports API versioning, data
|
||
transformers, error handling, rate limiting, etc.</li>
|
||
<li><a
|
||
href="https://github.com/barryvdh/laravel-cors">barryvdh/laravel-cors</a>:
|
||
Adds CORS (Cross-Origin Resource Sharing) headers support in your
|
||
Laravel application.</li>
|
||
</ul></li>
|
||
<li>Database
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/laravelbook/ardent">laravelbook/ardent</a>:
|
||
Self-validating smart models for Laravel 4’s Eloquent O/RM.</li>
|
||
<li><a
|
||
href="https://github.com/cviebrock/eloquent-sluggable">cviebrock/eloquent-sluggable</a>:
|
||
Easy creation of slugs for your Eloquent models in Laravel 4.</li>
|
||
</ul></li>
|
||
<li>Testing
|
||
<ul>
|
||
<li><del><a
|
||
href="https://github.com/JeffreyWay/Laravel-Test-Helpers">way/laravel-test-helpers</a>:
|
||
A set of helpers for easier testing in Laravel</del> (no longer
|
||
maintained).</li>
|
||
</ul></li>
|
||
<li>Other notable packages
|
||
<ul>
|
||
<li><a
|
||
href="https://github.com/mewebstudio/Purifier">mewebstudio/Purifier</a>:
|
||
HTMLPurifier for Laravel 4.</li>
|
||
<li><a
|
||
href="https://github.com/Intervention/image">intervention/image</a>:
|
||
Image handling and manipulation library. Supports Laravel 4 out of the
|
||
box.</li>
|
||
<li><a
|
||
href="https://github.com/greggilbert/recaptcha">greggilbert/recaptcha</a>:
|
||
reCAPTCHA Validator for Laravel 4.</li>
|
||
<li><a
|
||
href="https://github.com/FrozenNode/Laravel-Administrator">frozennode/administrator</a>:
|
||
An administrative interface builder for Laravel.</li>
|
||
<li><a href="https://github.com/thujohn/pdf-l4">thujohn/pdf-l4</a>: A
|
||
simple Dompdf package for Laravel 4.</li>
|
||
<li><a
|
||
href="https://github.com/yajra/laravel-datatables">yajra/laravel-datatables</a>:
|
||
Server-side handling fof data for <a
|
||
href="http://datatables.net/">DataTables jQuery Plugin</a></li>
|
||
<li><a
|
||
href="https://github.com/antonioribeiro/firewall">antonioribeiro/firewall</a>:
|
||
Blacklist/whitelist access to your site by IP address, IP range, or
|
||
country.</li>
|
||
<li><a
|
||
href="https://github.com/Maatwebsite/Laravel-Excel">Maatwebsite/Laravel-Excel</a>:
|
||
Import/export of Excel and CSV files.</li>
|
||
<li><a
|
||
href="https://github.com/Indatus/dispatcher">Indatus/dispatcher</a>:
|
||
Artisan command scheduling so you don’t need to touch crontab on
|
||
deployments.</li>
|
||
</ul></li>
|
||
</ul>
|
||
<h2 id="tools">Tools</h2>
|
||
<ul>
|
||
<li><a
|
||
href="https://sublime.wbond.net/packages/Laravel%20Blade%20Highlighter">Sublime
|
||
Text’s Laravel Blade Highlighter</a>: Laravel Blade syntax highlighter
|
||
support for Sublime Text..</li>
|
||
<li><a href="http://cheats.jesse-obrien.ca/">Laravel Cheat
|
||
Sheet</a>.</li>
|
||
</ul>
|
||
<h2 id="community">Community</h2>
|
||
<ul>
|
||
<li><a href="http://laravel.io">Laravel.io</a>: The official Laravel
|
||
Framework forum.</li>
|
||
<li><a href="https://www.laracasts.com/forum">Laracasts Forum</a>: A
|
||
community of Laravel developers at Laracasts.com. Sign up does not
|
||
require paid subscription at Laracasts.com.</li>
|
||
</ul>
|
||
<h2 id="books">Books</h2>
|
||
<ul>
|
||
<li><a href="https://leanpub.com/laravel">Laravel: From Apprentice To
|
||
Artisan</a>: a book by the creator of Laravel himself!</li>
|
||
<li><a href="https://leanpub.com/laravel4cookbook">Laravel 4
|
||
Cookbook</a> by Christopher Pitt and Taylor Otwell.</li>
|
||
<li><a href="https://leanpub.com/codebright">Code Bright</a>: by Dayle
|
||
Rees.</li>
|
||
<li><a href="https://leanpub.com/laravel-testing-decoded">Laravel
|
||
Testing Decoded</a> by Jeffrey Way.</li>
|
||
</ul>
|
||
<h2 id="other-awesome-laravel-resources">Other Awesome Laravel
|
||
Resources</h2>
|
||
<ul>
|
||
<li><a href="https://www.laracasts.com">Laracasts</a>: Paid video
|
||
tutorials site not limited to, but generally based on Laravel.</li>
|
||
<li><a href="http://packalyst.com/">Packalyst</a>: A directory of
|
||
Packages for your Laravel projects.</li>
|
||
<li><a href="http://builtwithlaravel.com/">Built with laravel</a>: A
|
||
collection of sites build with Laravel.</li>
|
||
<li><a href="https://larajobs.com">Larajobs</a>: Will code Laravel for
|
||
food.</li>
|
||
<li><a href="http://pongocms.com/">Pongo CMS</a>: A content management
|
||
system (CMS) built with Laravel.</li>
|
||
</ul>
|