Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piotr-jura-udemy/laravel-cheat-sheet

Additional resource for the Udemy Laravel Essentials course
https://github.com/piotr-jura-udemy/laravel-cheat-sheet

eloquent-models laravel laravel-framework laravel58 php php7

Last synced: 2 days ago
JSON representation

Additional resource for the Udemy Laravel Essentials course

Awesome Lists containing this project

README

        

# Laravel Cheat Sheet

## Laravel basics (routing, controllers, templates/views, forms, testing, assets)

1. [Routes, Views and Layout](./docs/0002-routes-views.md)
2. [Controllers](./docs/0004-controllers.md)
3. [Configuring Database](./docs/0005-database.md)
4. [Database Migrations](./docs/0006-migrations.md)
5. [Eloquent Models and Tinker](./docs/0009-models-eloquent.md)
6. [Resource Controllers](./docs/0010-resource-controllers.md)
7. [Blade @foreach, @if and Dates (Carbon)](./docs/0011-views-collections-dates.md)
8. [Forms, CSRF, Request, Middleware, Redirects](./docs/0012-form-saving.md)
9. [Deleting Models, Soft Deletes](./docs/0024-deleting.md)
10. [Assets, JavaScript, Styles](./docs/0026-assets.md)
11. [Testing basics](./docs/0028-testing.md)

## Database Relations

1. [One to One relations](./docs/0036-one-to-one.md)
2. [One to Many relations](./docs/0039-one-to-many.md)

## Authentication

1. [Authentication components](./docs/0051-auth-component.md)