nonoesp / space
Create webs to publish your content with custom templates.
Requires
- php: ^8.0.1|^7.3.0
- aws/aws-sdk-php: ~3.0
- graham-campbell/markdown: ^13.0.0
- illuminate/support: ^8.0
- jenssegers/date: ^4.0.0
- laravel/ui: ^3.0
- laravelcollective/html: ^6.0
- laravelium/feed: ^8.0.0
- league/flysystem-aws-s3-v3: ^1.0@dev
- michelf/php-markdown: ^1.9
- mpociot/versionable: ^4.0.0
- mtownsend/read-time: ^1.1
- nasyrov/laravel-imgix: 8.x-dev
- rap2hpoutre/laravel-log-viewer: ^1.4
- rtconner/laravel-tagging: ~4.0
- spatie/dropbox-api: ^1.12
- spatie/eloquent-sortable: ^3.8
- spatie/flysystem-dropbox: ^1.2
- spatie/laravel-backup: ^6.8
- spatie/laravel-feed: ~2.6
- spatie/laravel-honeypot: ^2.2
- spatie/laravel-newsletter: ^4.8
- spatie/laravel-searchable: dev-master
- spatie/laravel-sitemap: ^5.7
- spatie/laravel-translatable: ^4.3
- spatie/regex: ^1.4
- symfony/intl: ^5.0
- vinkla/hashids: ^9.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2021-02-13 22:36:37 UTC
README
A customizable Laravel content-management system. (Currently in beta.)
Live Examples
Nono.MA | Getting Simple | Lourdes.AC | AR-MA | Getting Architecture Done | Nacho.MA | Burns.art | RCA Media Studies | Luis Ruiz Padrón
Installation · Laravel 8.x
- Add alternate VCS repos for packages without Laravel 8 support to
composer.json
.
"repositories": [ { "type": "vcs", "url": "https://github.com/nonoesp/laravel-imgix" } ],
composer require nonoesp/folio:dev-master
php artisan folio:install
php artisan migrate
php artisan migrate --path=vendor/mpociot/versionable/src/migrations
- Add the following middleware to
app/Http/Kernel.php
:
protected $middlewareGroups = [ 'web' => [ /// nonoesp/folio \Nonoesp\Folio\Middleware\SetLocales::class, ], ];
- Party! 🥳
Build Folio's Assets with Laravel Mix
You can fully customize the JavaScript and SCSS assets.
- Publish Folio's assets
php artisan vendor:publish --provider="Nonoesp\Folio\FolioServiceProvider" --tag=dev-assets
- Install npm dependencies
npm install nonoesp/folio-scss font-awesome vue vue-resource vue-focus lodash jquery jquery-lazy jquery-unveil validate-js vuedraggable @wordpress/wordcount animate.css
npm install
- Build the assets with Laravel Mix and configurate it with
webpack.mix.js
npm run prod
· to build for productionnpm run dev
· to build for developmentnpm run watch
· to rebuild on changes with BrowserSync
Customize Folio's Config, Views, Translations & Assets
Configure Folio by publishing config/folio.php
.
# Config php artisan vendor:publish --provider="Nonoesp\Folio\FolioServiceProvider" --tag=config # Views php artisan vendor:publish --provider="Nonoesp\Folio\FolioServiceProvider" --tag=views # Translations php artisan vendor:publish --provider="Nonoesp\Folio\FolioServiceProvider" --tag=lang # JavaScript & SCSS assets php artisan vendor:publish --provider="Nonoesp\Folio\FolioServiceProvider" --tag=dev-assets
Other
- Subscriber email notifications can be configured in
folio.subscribers
and setting up Amazon SES inservices.ses
. - Backups can be configured by adding disks to
backup.destination.disks
(having those disks configured infilesystems
, say Dropbox, Digital Ocean, or S3).
License
Folio is licensed under the MIT license.
Me
Hi. I'm Nono Martínez Alonso (Nono.MA), a computational designer with a penchant for simplicity.
I host Getting Simple—a podcast about how you can live a meaningful, creative, simple life—sketch things that call my attention, write about enjoying a slower life, and recently started live streaming and recording videos on machine learning, life hacking, and more.
If you find Folio useful in any way, reach out on Twitter at @nonoesp. Cheers!
Elsewhere
🍃 Getting Simple
🎙 Podcast
🗣 Ask Questions
💬 Discord
👨🏻🎨 Sketches
✍🏻 Blog
🐦 Twitter
📸 Instagram