Laravel-From-Scratch-Blog-Project

This is a learning project built with the #100DaysOfCode challenge while following the Laravel 8 from Scratch Series on Laracasts. (by arifktk32)

Laravel-From-Scratch-Blog-Project Alternatives

Similar projects and alternatives to Laravel-From-Scratch-Blog-Project based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Laravel-From-Scratch-Blog-Project alternative or higher similarity.

Laravel-From-Scratch-Blog-Project reviews and mentions

Posts with mentions or reviews of Laravel-From-Scratch-Blog-Project. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.
  • View All Posts By An Author in Laravel
    1 project | dev.to | 26 Dec 2021
    This post is a part of the Week X of 100DaysOfCode Laravel Challenge series. We are building the Blog project while following the Laravel 8 from Scratch series on Laracasts with the 100DaysOfCode challenge.
  • Model Factories in Laravel
    2 projects | dev.to | 24 Dec 2021
    Update Blog project. Replace the database/seeders/DatabaseSeeder.php class run() method content with the above code and run the following command.
  • The N+1 Problem in Laravel
    1 project | dev.to | 19 Dec 2021
    On the blog listing page of our Blog Project, we have N blog posts and behind the scenes Laravel runs N+1 queries to fetch those posts and their categories. The first query fetches posts and the rest fetch the category for each post.
  • Show All Posts Associated With a Category in Laravel
    1 project | dev.to | 19 Dec 2021
    To see the full changelog of this episode added to the Blog Project, see the GitHub commit Ep#25 Show All Posts Associated With a Category .
  • Your First Eloquent Relationship in Laravel
    1 project | dev.to | 19 Dec 2021
    Our next goal is to assign a category to our blog posts in our Blog Project. We show the category name on the blog archive and single post pages under post title.
  • Route Model binding in Laravel
    1 project | dev.to | 14 Dec 2021
    At this point in our Blog Project, we capture the post ID in the route definition for a single post, pass it to the callback function as paramere, and then send it to the findOrFail() method of our Post model.
  • Week 3 of 100DaysOfCode Laravel Challenge
    1 project | dev.to | 12 Dec 2021
    Contributed to the Blog Project on GitHub.
  • Blade Layouts Two Ways
    1 project | dev.to | 12 Dec 2021
    In our Blog project we have Blade templates for our Blog posts views. The view for the Blog listing page is posts.blade.php and for individual post is post.blade.php. These files contain full HTML structure from the tag to , to , and to tag, the full HTML structure. This approach is bad because it poses duplication in files and if you need to a add a change like including a new CSS file, you will have to change all files to add that change. There are two ways to mitigate this problem in Laravel.
  • Week 1 of 100DaysOfCode Laravel Challenge
    3 projects | dev.to | 5 Dec 2021
    I already have been working in Laravel for some time but I wanted to go through all of the Laravel concepts from scratch, to enhance my knowledge and experience. I chose the Laracasts Laravel 8 from scratch series to follow along the #100DaysOfCode. The outcome of the course will be a working Blog project. I created a blank Laravel project and pushed it to Github. As we follow the course, we will turn this blank project into a working Blog.
  • Week 2 of 100DaysOfCode Laravel Challenge
    1 project | dev.to | 5 Dec 2021
    Move post finding logic from route def to a Model class
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Laravel-From-Scratch-Blog-Project repo stats
10
0
1.8
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com