Overview
This repository is an archived Laravel-based blog project, maintained by the user NikarashiHatsu. The blog is open source and still a work in progress, with regular updates planned. The user mentions that they do not use Laravel often for blogging purposes due to the challenges of managing and serving it, as well as the associated costs. They advise checking out their newest blog repository for learning how to set up a blog using Laravel.
Features
- Open source Laravel-based blog
- Regular updates to the project
- Ability to configure for shared hosting or hosting that doesn’t allow storage symlinks
- Integration with Google Analytics using Firebase
Installation
To install the theme, follow these steps:
- Open the
.envfile. - Set the value of the
FILESYSTEM_DISKvariable to your hosting configuration. - Set the
PATH_TO_PUBLIC_STORAGEvariable relative to thestorage/appfolder in your public folder.
To use Google Analytics in the project, follow these steps:
- Initiate your app in Google Firebase.
- Change the
firebaseConfiginresources/js/app.jsto the config obtained from Firebase.
Summary
This archived Laravel-based blog project offers an open source solution for creating and managing a blog. While the user mentions that they do not use Laravel frequently for blogging due to the difficulties and expenses involved, they still provide regular updates to the project. The blog can be configured for shared hosting or hosting that doesn’t allow storage symlinks. Additionally, the project offers integration with Google Analytics through Firebase.