Skip to content

nazarskrinskyi/Wikipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

add ssh in github|gitlab

ssh-keygen -t ed25519 -C "your_email@example.com"
cat ~/.ssh/id_ed25519.pub

build docker

docker-compose build

run docker

docker-compose up -d

to enter docker-container

docker-compose exec laravel.test sh

run migration commnand (run in docker-container)

php artisan migrate

final command to start project (run in docker-container)

yarn run dev

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Our team will try to create Wikipedia copy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors