Support the ongoing development of Laravel.io →

micaweb

Joined 24 Jan 2015

Statistics

Threads 1
Replies 17
Solutions 4
Articles 0
posted 9 years ago

Object Oriented Macros in Laravel 5

Regarding the following article: http://chrishayes.ca/blog/code/laravel-4-object-oriented-form-html-...

0 Likes
1 Replies
Solved
replied 9 years ago

How to print multilines in Blade 101?

Did you try {!! nl2br($var) !!} or {!! nl2br(e($var)) !!}.

0 Likes
replied 9 years ago

Where is the Start folder ?

Try in the register method from Providers\AppServiceProvider.php. http://mattstauffer.co/blog/upgrad...

0 Likes
replied 9 years ago

New to Unit Testing, is this overkill?

These tests you are displaying are more likely to be functional tests. Regarding if they are overkil...

0 Likes
replied 9 years ago

Autentication for specific view content

User permissions is the ideal approach when dealing with partial views. Something like: @if ($user-&...

0 Likes
replied 9 years ago

Laravel 5 - Config::set() not working in index.php

Ok, you can try a terminable middleware, it will inject data into the response, instead of the reque...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.