Skip to content

jobic10/learninglaravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

My Learning Journey With Laravel

  • Day 1:

    • What is Laravel ?
    • What is Composer ?
    • Installing Laravel
    • Folder and File Structure (Still looking complex to me, though!)
    • Modified default welcome.blade.php file
    • Created new route (/about) alongside a new view for the route
    • Quick intro to Controllers
    • Quick intro to Components
      • Passing value to Components
  • Day 2:

    • Learnt Middlewares (Created AgeCheck Middleware)
      • Global Middleware - Registered AgeCheck As Global
      • Group Middleware - Registered AgeCheck As Group
      • Route Middleware - Registered AgeCheck As Route
    • Forms
      • PUT. POST, DELETE, PATCH, GET Form Methods
      • Quick Intro To Form Validation
    • Brief Intro To Session
      • put and has
      • Check if session key exists and redirect based on condition check
      • pull in sessions
    • Flash Session
    • File Upload
      • store
      • storeAs
    • Localization
    • Model
      • Connecting To Database Using .env file
      • Fetch Records Using Model
      • Displaying fetched records in view
    • Pagination
  • Day 3:

    • Creating Database tables
    • Saving data to database
    • Displayed records from saved entries
    • Symbolic Links
    • Deleting Database records
    • Deleting Database records (Safely)
    • Updating Database records
  • Day 4:

    • Seeding (php artisan make:seeder StudentSeeder)
    • Accessors
  • Day 5:

    • Mutator
    • Rollback in migration
    • Relationships
      • One to One
  • Day 6:

    • Relationships
      • One to Many
    • Stub
      • Controller Stub
      • Model Stub
    • Fluent Strings
    • Route Model Binding
    • Creating Custom Command
    • APIs
      • GET / GET Data From Database
      • POST => Save Data to Database
      • PUT => Update Data (All parameters passed)
      • PATCH => Update Data (Few parameters passed)
      • DELETE => Delete Data
      • Search for data using GET
      • Validation
      • HTTP Response code. Used 401 for failed validations
  • Day 7:

    • Created Seeder File For User's Table
    • API With Sanctum
      • Generating tokens
      • Using generated tokens to view API routes
  • Day 8:

    • Finished setting up JetStream
  • Day 9:

    • Maintenance Mode
    • Jetstream registration

Stackoverflow to the rescue

Be sure to check the Laravel version in these questions/answers

Other links

About

My journey while learning Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published