Download the PHP package tomatophp/filament-blog without Composer
On this page you can find all versions of the php package tomatophp/filament-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-blog
More information about tomatophp/filament-blog
Files in tomatophp/filament-blog
Package filament-blog
Short Description Frontend for CMS Builder to build a blog and personal websites
License MIT
Informations about the package filament-blog
Filament Blog Template
Frontend for CMS Builder to build a blog and personal websites
Screenshots
Features
- [x] Tailwind CSS Blog Template
- [x] Blog
- [x] Open Source integration with GitHub / Composer
- [x] Portfolios integration with Behanace
- [x] Services
- [x] Contact Us
- [x] User Dashboard
- [x] Comments
- [x] Likes
- [x] SEO Friendly
- [x] Multi Language
- [x] Dark/Light Mode
- [ ] Social Login
- [ ] RSS Feed
- [ ] Sitemap
Installation
we need to publish some migrations for settings and media
if you are using this package as a plugin please register the plugin on /app/Providers/Filament/AdminPanelProvider.php
now you need to create a user panel you can follow instructions on filament-accounts
let's start by create a new panel
if you need to change the panel name you can change it on config file filament-blog.php
inside the new panel add this plugin
and if you don't set the full user panel use it like this
you need to publish Account
Model
and on your auth.php
add a accounts
guard
now it's time to install
after install please run npm
you need to clean up your web.php
routes file and make sure that the /
route does not point anywhere.
now you can visit your website and you will see the blog
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-blog with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.2
mallardduck/blade-boxicons Version ^2.4
spatie/laravel-markdown Version ^2.5
tomatophp/filament-accounts Version ^2.1
tomatophp/filament-cms Version ^1.0
tomatophp/filament-menus Version *
tomatophp/filament-seo Version *
tomatophp/filament-settings-hub Version *
tomatophp/filament-types Version ^1.0
laravel/jetstream Version ^5.1