https://github.com/kazemmdev/laravel101
Beginner Laravel Tutorial
https://github.com/kazemmdev/laravel101
laravel laravel-framework php8 tailwindcss
Last synced: 2 months ago
JSON representation
Beginner Laravel Tutorial
- Host: GitHub
- URL: https://github.com/kazemmdev/laravel101
- Owner: kazemmdev
- Created: 2023-07-26T10:29:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T08:13:38.000Z (over 1 year ago)
- Last Synced: 2025-01-08T15:57:03.347Z (4 months ago)
- Topics: laravel, laravel-framework, php8, tailwindcss
- Language: PHP
- Homepage: https://dev.to/kazemmdev/laravel-101-everything-you-need-to-know-to-get-started-with-this-popular-php-framework-2gal
- Size: 207 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 101: Everything You Need to Know to Get Started with This Popular PHP Framework
Hey there! Welcome to my Laravel tutorial series! In this series, I’ll cover everything you need to know to create a powerful and modern web application using Laravel, the most popular PHP framework out there.
## Laravel101:
- [Everything You Need to Know to Get Started with This Popular PHP Framework](https://dev.to/kazemmdev/laravel-101-everything-you-need-to-know-to-get-started-with-this-popular-php-framework-2gal)
- [How to define routes in your projects](https://dev.to/kazemmdev/laravel101-how-to-define-routes-in-your-projects-4kgi)
- [How to pass data between views in your web pages](https://dev.to/kazemmdev/laravel101-how-to-pass-data-between-views-in-your-web-pages-580m)
- [Exploring Laravel Controllers and Namespace Loading](https://dev.to/kazemmdev/laravel101-exploring-laravel-controllers-and-namespace-loading-30ij)
- [How to Create a Suitable Layout for Your Project](https://dev.to/kazemmdev/laravel101-how-to-create-a-suitable-layout-for-your-project-1fof)
- [How to Connect to SQLite and Use Eloquent Models](https://dev.to/kazemmdev/laravel101-how-to-connect-to-sqlite-and-use-eloquent-models-1dbg)
- [Create and Submit a Form to the Server](https://dev.to/kazemmdev/laravel101-create-and-submit-a-form-to-the-server-550i)
- [Validate your Application's Incoming Data](https://dev.to/kazemmdev/laravel101-validate-your-applications-incoming-data-56eo)
- [Implement RESTful Architecture in Controllers](https://dev.to/kazemmdev/laravel101-implement-restful-architecture-in-controllers-1pc7)
- [The Role of Mass Assignment in Eloquent Model](https://dev.to/kazemmdev/laravel101-the-role-of-mass-assignment-in-eloquent-model-3al6)
- [A Step-by-Step Guide to Implementing a Simple Authentication System](https://dev.to/kazemmdev/laravel101-a-step-by-step-guide-to-implementing-a-simple-authentication-system-hgi)
- [Exploring Middlewares - Unlocking Multilingual Functionality with Ease](https://dev.to/kazemmdev/laravel101-exploring-middlewares-unlocking-multilingual-functionality-with-ease-4imm)
- [Exploring Entity-Model Relationships](https://dev.to/kazemmdev/laravel101-exploring-entity-model-relationships-1651)
- [Exploring Efficient Task Management with Many-to-Many Relationships and Tags](https://dev.to/kazemmdev/laravel101-exploring-efficient-task-management-with-many-to-many-relationships-and-tags-2a5p)
- [A Practical Guide for Seeders and Factories](https://dev.to/kazemmdev/laravel101-a-practical-guide-for-seeders-and-factories-535b)