Stars: 122
Forks: 19
Pull Requests: 36
Issues: 0
Watchers: 5
Last Updated: 2022-11-19 00:36:18
Laravel Blog package
License: MIT License
Languages: PHP, CSS, JavaScript, Blade
A simple blog package written for Laravel. Take a look at contributing.md to see a to do list.
To learn all about it head over to the extensive documentation page.
| Laravel | Blog |
|---|---|
| 6.x | 1.x |
| 7.x | 2.x |
Via Composer
composer require wingsline/blogClone the your theme or the default theme into the theme folder:
git clone https://github.com/wingsline/blog-theme.git themeConfigure the Laravel installation, making sure the cache driver supports tags and the database is configured.
The default admin url is /admin, customize with the ADMIN_PREFIX in your .env file.
Run the installer:
php artisan blog:installThe installer will publish the blog assets, default configuration files. Also it will migrate the database.
You can access your blog admin interface at https://example.com/admin.
Default login:
[email protected]admin123The admin uses EasyMde as the content editor with the michelf/php-markdown parser.
For existing posts you can upload or drag and drop images (png, jpg) in the editor.
For new posts, you need to save the post first before uploading an image.
Other filetype uploads currently are not supported.
Please see the changelog for more information on what has changed recently.
$ composer testPlease see contributing.md for details and a todo list.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.