Download the PHP package stephenjude/lite-blog without Composer
On this page you can find all versions of the php package stephenjude/lite-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stephenjude/lite-blog
More information about stephenjude/lite-blog
Files in stephenjude/lite-blog
Package lite-blog
Short Description A Lite Laravel Blog
License MIT
Homepage https://github.com/stephenjude/lite-blog
Informations about the package lite-blog
Lite Blog - A Laravel Blog Generator
Lite Blog a minimal full (frontend & backend) blog generator built with tailwindcss and wink a laravel publishing platform by Mohamed Said. The frontend is a replicate of jigsaw blog template.
I made a blog post on how to get started. Check it here.
Roadmap
- [ ] Add Laravel 8 compatibility
- [ ] Blog Theme Feature(just like WordPress)
- [ ] Free Sample Blog Themes
- [ ] Blog Theme Development Docs
- [ ] Optimized SEO
- [ ] Optimized sitemap
Requirement
Lite Blog make use of Laravel 7, so make sure you have meet Laravel 6 server requirements.
Requires >= PHP 7.3
Installation
You can install the Lite Blog via composer create-project
Create your database and update your .env
file. Make sure you update you APP_URL
. Here is an example:
Setup your blog.
Start the local development server
Configs
Site Config
Update site details in the config/services.php
file.
Social Profile Links
Update site social profile link in the config/services.php
file.
Unsplash Integration
To use unsplash images add this to your .env
file
Usage
Routes | Url |
---|---|
Homepage | myblog.test |
List Articles | myblog.test/articles |
View Published Article | myblog.test/articles/{slug} |
View Draft Article | myblog.test/draft/{slug}/preview |
Editor (Publishing Platform) | myblog.test/editor |
Refresh Indexed Articles | myblog.test/fresh |
Compiling assets (Optional)
Screenshots
About
Newsletter
Publishing Platform (Wink)
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of lite-blog with dependencies
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
themsaid/wink Version ^1.2.0