this is going to be start point for developer and give them some basic infrastructure they need for most of websites. features like authentication, permissions, blog, upload, create static pages, admin interface, notifications, support systems, newsletter and so on
- Blog
- alias, published, multi category for posts
- posts pagination
- alias, published and order for categories
- migration for building the database schema
- powerful admin interface
- Newsletters
- send newsletter
- newsletters list
- add or remove newsletters member
- Tickets
- tickets list
- tickets categories
- unlimited answers
composer create-project mahdi-bagheri/blog App
create .env config file from .env.example and change default values.
run:
composer update
php artisan migrate
php artisan db:seed
Some Screenshot