Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yhyasyrian/blog-laravel

simple example for create blog with laravel and tailwindcss, This is a training project
https://github.com/yhyasyrian/blog-laravel

dark-mode laravel-framework ltr php8 rtl seo seo-optimization tailwindcss

Last synced: 28 days ago
JSON representation

simple example for create blog with laravel and tailwindcss, This is a training project

Awesome Lists containing this project

README

        

# blog laravel
simple example for create blog with laravel and tailwindcss, This is a training project
## Installation
```bash
git clone https://github.com/yhyasyrian/blog-laravel
cd blog-laravel
composer install
npm i
npm run build
php artisan key:generate
```
## Config project
```bash
cp .env.example .env
```
Then edit file `.env` and you should create account in site `tiny.cloud` after this step, you must create table
```bash
php artisan migrate
```
And you can create test data with command:
```bash
php artisan db:seed
```
And if you don't want create test data, you should run this command:
```bash
php artisan db:seed --class=DefaultSeeder
```
You can create cache file for improve performance:
```bash
php artisan view:cache
php artisan route:cache
php artisan config:cache
```
## Features
* Responsive location on various screens
* Supports Arabic and English languages and can add second languages
* Simple control panel
* The authority of editors, so that they can only publish blog posts
* Search engine optimization is done through a tool `artesaos/seotools`
* dark mode
## Contributing
Contributions are welcome!