Skip to content
/ Blog Public

Development of a blog project using Laravel VIII

License

Notifications You must be signed in to change notification settings

Weavous/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📨 Blog 📨

Development of a blog project using

🪅 Create Project

    composer create-project --prefer-dist laravel/laravel blog

🪅 Migrations

    php artisan make:model Status -mcr

    php artisan make:model Comment -mcr

    php artisan make:model Category -mcr

    php artisan make:model Post -mcr

    php artisan make:migration CreatePostsCategoriesTable

🪅 Example

🪅 Template

🪅 Entity Relationship Diagram (ERD)

About

Development of a blog project using Laravel VIII

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published