Skip to content

jcardell/laravel-simple-blog

Repository files navigation

Laravel Simple Blog

Requirements

  • Guest users can view posts.
  • Registered users can write posts.
  • Only the owner of a post can edit or remove it.

Set up

Copy, rename and modify the configuration .example files and run the following commands in this running order:

composer install
npm install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link

Credentials for test users

The password for the test users is equivalent to his name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages