Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yhyasyrian/blog-laravel
- Owner: yhyasyrian
- License: gpl-3.0
- Created: 2023-12-12T09:33:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T06:23:32.000Z (11 months ago)
- Last Synced: 2024-01-24T19:25:53.493Z (11 months ago)
- Topics: dark-mode, laravel-framework, ltr, php8, rtl, seo, seo-optimization, tailwindcss
- Language: PHP
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!