Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski authored May 3, 2021
1 parent 2dc5e7c commit f3873d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Have fun :)
## Themes
You can use default theme or just add new themes to your blog. Default theme is located in `/resources/sass/default` and `/resources/views/default`. You can add your own theme by set `BLOG_THEME` in .env file and creating folder in sass and views with the same name with your custom data. In views one restriction is to have files with the same names as in "default" views folder.

## Register
In config/fortify.php uncomment Features::registration() and then in config/blog.php set allow_register to true.

## Libraries
- [Laravel 8.x](https://laravel.com/docs/8.x)
- [Laravel Fortify](https://github.com/laravel/fortify)
Expand Down

0 comments on commit f3873d4

Please sign in to comment.