simple and elegant blog platform powered by Laravel
mariocoski/laravel-blogger is a Laravel package for simple and elegant blog platform powered by laravel.
It currently has 73 GitHub stars and 489 downloads on Packagist (latest version v0.1.3).
Install it with composer require mariocoski/laravel-blogger.
Discover more Laravel packages by mariocoski
or browse all Laravel packages to compare alternatives.
Last updated
https://gamechanger.mariuszrajczakowski.me
https://withjavascript.mariuszrajczakowski.me
Laravel-blogger is simple, easy-to-start blog platform powered by laravel framework, heavily inspired by Canvas blogging platform.
Current technologies include:
Server Requirements Before you proceed make sure your server meets the following requirements:
Composer PHP >= 7.0 PHP extensions (PDO, SQLite, OpenSSL, Mbstring, Tokenizer) PDO compliant database (SQL / MySQL / PostgreSQL / SQLite)
git clone https://github.com/mariocoski/laravel-bloggercomposer create-project mariocoski/laravel-bloggerGo to the root of your project and run composer install
Run npm install to install all front end dependencies
Run gulp to compile all the assets
Run php artisan vendor:publish to publish all vendor files
Make sure your storage and bootstrap have right permissions:
sudo chmod -R 777 ./storage ./bootstrap
Make sure you have an env file copied cp .env.example .env
Install Elastic Search on your server by running shell script sh elastic.sh or following online solutions like:
Digital Ocean
Run php artisan blogger:install to finish up the installation
Laravel-blogger is an MIT-licensed open source project available for free to download. All contribution are welcomed!
Laravel-Blogger is open-sourced software licensed under the MIT license.