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 with Docker containers
- Clone repo:
git clone [email protected]:zyab1ik/LearnLaravelProject.git
- Create .env файл bases .env.example
- Go to the root directory:
cd LearnLaravelProject
- Up containers:
./vendor/bin/sail up -d
- Make migration
./vendor/bin/sail artisan migrate
- Open http://localhost
This project is distributed under the MIT License. Details can be found in the LICENSE.md file.