Skip to content

Instantly share code, notes, and snippets.

View fomvasss's full-sized avatar
🙃
at work

Fomin Vasyl fomvasss

🙃
at work
  • PHP, Laravel
  • Ukraine
View GitHub Profile
@fomvasss
fomvasss / GIT info.md
Last active March 20, 2024 14:17
GIT info.md

GIT, Composer

Новый проект

- cd sites/
- git clone git@bitbucket.org:webwest/basebest.ru.git
- cd basebest
- git status
- laravel new myapp (or) composer create-project --prefer-dist laravel/laravel myapp
@fomvasss
fomvasss / Laravel Service provider, container....php
Last active August 13, 2019 18:59
Service provider, container, package development in Laravel
// https://code.tutsplus.com/ru/tutorials/how-to-register-use-laravel-service-providers--cms-28966
<?php
/**
*
* TL;DR
* PACKAGES Laravel structure dir
*
**/
/vendor_name