-
I'm using this image for a couple of days and had one problem that I really don't know why:
Jenkins always get stuck in PHPUnit "Generating code coverage report in PHPUnit XML format..." process.
On…
-
Is there a way to create links like with iron routers linkFor / urlFor ?
Also wouldn't it be better to give each route a name so we create links using the name rather than the URL?
Rather than using…
-
I was waiting for the bugs to be ironed out and when I came back Windows was no longer supported! Why is this? Will it ever be supported again?
-
Hello,
I'm new to Laravel and I hove Confide setup and running as well as a few blade templates and everything is working fine (I can login, signup, reset).
My issue is probably simple, I'm trying…
-
Estimate(12h) - Create the look of Company single page.
-
I think url routing in Yii 1.\* is not that good. After working in Laravel, I really liked how it handles url routing. I wish if something like that is implemented in Yii 2.
-
Untuk development flownya gimana nih?
(Branching, pull request, dll)
EDIT
Mengutip dari @rimmuteam
Saya akan coba jelaskan Fitur - fitur yang akan di bangun
1. Tahapan Layouting Halaman
2. Membuat…
-
Laravel uses the Blade templating engine, which is in fact a pretty expressive templating engine in PHP. Can this be integrated into web-mode?
Specifically, I want :
1. Proper indentation of `{{ }}…
-
When I pass data to a view, the passed vars are not available in it.
I did follow the instructions exactly, and everything works fine, except this.
Here's the code:
``` php
return \View::make('ignis…