I try to make a web application in symfony4. I want to make login/register system with HWIOAuthBundle, but I can't find a good setting up guide just for Symfony3. Anybody can help me?
Thanks a lot
I think original docs are OK: https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md
Basically, bundles' configurations in Symfony 4 are pretty similar to Symfony 3 so you can try to use original docs. BTW there're some notes about Symfony 4.1 in this docs, so I'm sure that they will help you.
Related
i just started to use typo3 neos for my project, i heard this framework can handle multiple sites.
i found it here
http://docs.typo3.org/neos/TYPO3NeosDocumentation/Introduction/FeatureList.html
it's stated that it have Multi Domain Support.
But i seeems cant find the documentation, so how do i do that?
i try to play around with routes but it didn't work, or it seems that i don't know what i'm doing.
is it really possible?
thank you.
found a solution here for anyone courious, sorry i can't comment because i got no reputation.
http://www.matthias-witte.net/old-content/Create%20your%20own%20site%20with%20TYPO3%20Flow%20and%20Neos%20-%20Matthias%20Witte.pdf
Original: Has anyone figured out, or is there anyone interested in helping me figure out how to use haml with Laravel 4?
Update: A fresh implementation of Laravel 4 using HAML(MtHaml) is being tested.
You can get it at my Github repo and test it out.
Note:
Mind that at this stage only the HAML/PHP engine is working, thus template inheritance is not yet working. For template inheritance to work MtHaml needs to be run through the HAML/Twig engine which then will give us all of Twigs Template Engines power and a really nice OOP-like syntax for our loops and such.
If anyone likes to help out with finishing the package to include Twig for a fully functional Template Engine feel free to Fork and Pull!! :D
Thank you.
Does it need to be any more complicated than using the Composer package?
https://github.com/arnaud-lb/MtHaml
I just created this because I wanted to get into HAML on a project. Let me know if it works for your needs: https://github.com/BKWLD/laravel-haml
I managed to get Laravel 4 working with dzony's implementation of Jade ( https://github.com/dz0ny/jade.php ) let me know if you are interested.
It does work with template inheritance using Blade Engine.
I'm now trying to implement Uploadify into my app for about 3 days.
I guess i saw every tutorial which is on the internet...
The only one i found for CakePHP 2.1 was this one: http://crazylearner.com/using-uploadify-with-cakephp/
But this is not working for me :(
I read in some forums that i should be very easy to implement Uploadify. Why is it so complicated for me?
I couldn't find any tutorial which is absolute clear.
Can someone post a working and clear description of how to implement Uploadify in CakePHP 2.1?
thanks, luca
Try this one, works very nice and is for version 2.1 ok:
https://github.com/josegonzalez/upload
I was wondering if anyone had any other good tutorials based on both Codeigniter 2 and Kohana 3. I did find this tutorial on easy authentication for codeigniter, but other tutorials are from Codeigniter are version 1.7.2 and I just started learn about version 2.0.2. I haven't found any from Kohana yet. Any comments and help is greatly appreciated.
P.S. Yes, I have googled for tutorials, but I figured I ask here while I was looking.
These two are good places to start. Sometimes the Kohana website user guide is lacking.
Kohana beginners tutorial - http://kowsercse.com/2011/09/04/kohana-tutorial-beginners/
Kohana 3 unofficial wiki - http://kerkness.ca/kowiki/doku.php
Really the kohana documentation you find in the download of kohana itself is going to be your best resource as far as kohana is concerned. Also there is a kohana IRC channel where you will occasionally find good help.
#kohana # irc.freenode.net
Kohana 3 user guide: http://kohanaframework.org/3.1/guide/
and tutorials are here: http://kohanaframework.org/3.1/guide/kohana/tutorials
If you download the Kohana 3 package and run it in your dev server, you can enable "userguide" module in application/bootstrap.php (somewhere around line #100) and have it available locally.
Where is the official kohana 3.x documentation? Whenever I go there now it's just blank pages http://kohanaframework.org/3.0/guide/auth
I'm looking around for a good Kohana 3.x auth documentation, if anyone knows anything about it, please share with me.
Thank's in advance!
The documentation is still at here. However the documentation for the Auth module is not enabled there. Even if it were, the Auth docs are currently just stubs. You can see them at here or in your own Kohana install by enabling the userguide module. Right now you are probably best off following the examples in the Kerkness wiki until the official documentation has been worked on.