Download the PHP package projektgopher/scrawl without Composer
On this page you can find all versions of the php package projektgopher/scrawl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download projektgopher/scrawl
More information about projektgopher/scrawl
Files in projektgopher/scrawl
Package scrawl
Short Description Lowest barrier to entry blogging solution for Laravel
License MIT
Homepage https://github.com/projektgopher/scrawl
Informations about the package scrawl
verb. To write in a hurried or careless way.
Just get writing.
Scrawl is designed to be the lowest friction markdown file based single user blogging solution for Laravel
Documentation
For the full documentation, visit the Scrawl home page.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Scrawl is desgined to be used on the CLI. It will automatically register the blog routes, and requires no database as this package is file based, and meant to have your content comitted to the project. Only posts saved in the 'published' directory will be publicly accessible.
This command will ensure that the unpublished directory exists, copy the .md blog post stub into the 'unpublished' directory with a sluggified title.
Now you can just get into writing your post in github flavored markdown without worrying about all the details.
Testing
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Len Woodward
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of scrawl with dependencies
illuminate/contracts Version ^8.37
league/commonmark Version ^2.0
spatie/laravel-package-tools Version ^1.4.3