The source code of https://paweldymek.com
This repository contains the source code of my blog built on Laravel with Laravel Nova for admin panel.
Please note that this is not something like another boilerplate or even CMS to build your blog from scratch. This is real code of my blog adapted to my personal needs. You are free to use this code but please do not use my design and write your own HTML/CSS code.
- Admin panel built on Nova
- Multilanguage support
- Simple RSS 2.0 feed
git clone [email protected]:czemu/paweldymek.com.git
cd paweldymek.com
composer install
- Copy
.env.example
to.env
and fill in your MySQL database settings php artisan key:generate
php artisan migrate
- Install Nova: https://nova.laravel.com/docs/2.0/installation.html
php artisan serve
- https://nova.laravel.com/
- https://spatie.be/open-source
- https://github.com/InfinetyES/Nova-Filemanager
- https://github.com/mcamara/laravel-localization
- https://github.com/ebess/advanced-nova-media-library
- https://www.pexels.com/
The MIT License (MIT). Please see the LICENSE.md file for more information.