Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Additional resource for the Udemy Laravel Essentials course
- Host: GitHub
- URL: https://github.com/piotr-jura-udemy/laravel-cheat-sheet
- Owner: piotr-jura-udemy
- Created: 2019-01-17T16:14:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T19:43:45.000Z (over 4 years ago)
- Last Synced: 2024-09-28T19:22:36.890Z (3 months ago)
- Topics: eloquent-models, laravel, laravel-framework, laravel58, php, php7
- Homepage:
- Size: 8.67 MB
- Stars: 369
- Watchers: 28
- Forks: 201
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)