Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyab1ik/blogify
https://github.com/zyab1ik/blogify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyab1ik/blogify
- Owner: zyab1ik
- Created: 2023-10-24T10:15:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T22:02:47.000Z (about 1 month ago)
- Last Synced: 2025-01-02T22:32:13.729Z (about 1 month ago)
- Language: JavaScript
- Size: 44.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple project on Creating a Blog Using Laravel
This repository contains the source code and materials related to the "Laravel Blog Creation" course.
The course is designed for learning how to create a blog using [Laravel](https://laravel.com/) with [Docker](https://www.docker.com/) containers## Html template
[edica.html](https://www.bootstrapdash.com/product/edica)## Use
1. Clone repo:
```bash
git clone [email protected]:zyab1ik/LearnLaravelProject.git
2. Create .env файл bases .env.example
3. Go to the root directory:
```bash
cd LearnLaravelProject
4. Up containers:
```bash
./vendor/bin/sail up -d
5. Make migration
```bash
./vendor/bin/sail artisan migrate
6. Open http://localhost### License
This project is distributed under the MIT License. Details can be found in the [LICENSE.md](https://www.mit.edu/~amini/LICENSE.md) file.