phplearning.html
#javasctipt tutorial
https://www.youtube.com/watch?v=cvvwkgp4HBg&list=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL&index=1
sudo chmod -R 777 /opt/lampp/htdocs
to give permission to folder paste
sudo /opt/lampp/manager-linux-x64.run
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/mysql stop
sudo /opt/lampp/lampp start
sudo /opt/lampp/lampp restart
#yii isntall
composer require 2amigos/yii2-usuario:~1.0 --ignore-platform-reqs
#permissoin granted for all
sudo nautilus
https://medium.com/free-code-camp/my-journey-to-becoming-a-web-developer-from-scratch-without-a-cs-degree-2-years-later-and-what-i-4a7fd2ff5503
#update composer
composer update --prefer-dist --ignore-platform-reqs
composer update --ignore-platform-reqs
#yii https://aprendiendoyii2.blogspot.com/2020/08/rbac-yii2-utilizando-la-extension.html
#yii https://2am.blog/how-to-work-with-yii-2-config-kit-and-yii-2-usuario-module/
https://github.com/dektrium/yii2-rbac.git
git clone https://github.com/dektrium/yii2-rbac.git
0 Comments