Skip to content

barisesen/simple-laravel-blog

Repository files navigation

Simple Laravel Blog

Laravel is an example of a simple blog when I try to learn.

Installation

  • Install laravel environment
  • clone this repo
  • cp .env.exampple .env
  • update .env file
  • php artisan migrate
  • php artisan db:seed
  • php artisan serve
  • open localhost:8000

Features

  • Add new post, update, destroy
  • Check user authorizations
  • Check user is admin?
  • Add new comment
  • Simple form validation

Todo list

  • Add photo upload Aws S3
  • Api
  • vs..

Useful commands

  • php artisan serve
  • php artisan migrate
  • php artisan make:controller CommentController
  • php artisan make:model Comment
  • php artisan make:migration create_comments_table

Contributors

  • barisesen Barış Esen - creator, maintainer

About

Simple Laravel Blog

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •