All Projects β†’ wingsline β†’ laravel-blog

wingsline / laravel-blog

Licence: MIT License
Laravel Blog package

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to laravel-blog

action-autotag
Automatically generate a new tag when the manifest file (package.json, Dockerfile, custom file, etc) version changes.
Stars: ✭ 45 (-61.21%)
Mutual labels:  package
create-npm-package
Creates an npm package boilerplate that you don't have to write again πŸ“¦
Stars: ✭ 21 (-81.9%)
Mutual labels:  package
dynamic-utils
Utility functions to perform dynamic operations on Android.
Stars: ✭ 86 (-25.86%)
Mutual labels:  package
sound field analysis-py
Analyze, visualize and process sound field data recorded by spherical microphone arrays.
Stars: ✭ 61 (-47.41%)
Mutual labels:  package
laravel-any
πŸ“ Laravel collection macro that determine if `any` item from the collection passes the given truth test.
Stars: ✭ 38 (-67.24%)
Mutual labels:  package
ContactEtc
Laraval package to instantly add a customisable contact form to your site.
Stars: ✭ 21 (-81.9%)
Mutual labels:  package
react-double-marquee
A React marquee component that smoothly loops content.
Stars: ✭ 24 (-79.31%)
Mutual labels:  package
BETS
Package to obtain and analyze thousands of Brazilian economic time series
Stars: ✭ 34 (-70.69%)
Mutual labels:  package
menu button
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
Stars: ✭ 64 (-44.83%)
Mutual labels:  package
fusen
Inflate your package from a simple flat Rmd
Stars: ✭ 99 (-14.66%)
Mutual labels:  package
get-installed-path
Get locally or globally installation path of given package name.
Stars: ✭ 39 (-66.38%)
Mutual labels:  package
grammarly
Grammarly API interface
Stars: ✭ 87 (-25%)
Mutual labels:  package
caption-core
Caption Core acts as an abstraction layer for Caption’s core functionality.
Stars: ✭ 33 (-71.55%)
Mutual labels:  package
pidesktop
Collected files, drivers and documentation for the pidesktop case
Stars: ✭ 26 (-77.59%)
Mutual labels:  package
manjaro-sway
🚧 manjaro linux with wayland πŸ–Ό, sway 🌴 and a lot of β™₯
Stars: ✭ 326 (+181.03%)
Mutual labels:  package
Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (-20.69%)
Mutual labels:  package
atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (-81.03%)
Mutual labels:  package
ferryd
Fast, safe and reliable transit for the delivery of software updates to users.
Stars: ✭ 43 (-62.93%)
Mutual labels:  package
laravel-meta
a package for working with models meta in laravel
Stars: ✭ 78 (-32.76%)
Mutual labels:  package
angular-loading-button
Loading button directive for AngularJS
Stars: ✭ 27 (-76.72%)
Mutual labels:  package

Blog

Latest Version on Packagist Total Downloads Build Status StyleCI Quality Score

A simple blog package written for Laravel. Take a look at contributing.md to see a to do list.

Admin dashboard screenshot

Documentation

To learn all about it head over to the extensive documentation page.

Version Compatibility

Laravel Blog
6.x 1.x
7.x 2.x

Installation

Via Composer

composer require wingsline/blog

Clone the your theme or the default theme into the theme folder:

git clone https://github.com/wingsline/blog-theme.git theme

Configure 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:install

The installer will publish the blog assets, default configuration files. Also it will migrate the database.

Usage

You can access your blog admin interface at https://example.com/admin.

Default login:

The admin uses EasyMde as the content editor with the michelf/php-markdown parser.

Uploading images

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.

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todo list.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].