Support the ongoing development of Laravel.io →

moto485

Joined 24 Sep 2014

Statistics

Threads 3
Replies 5
Solutions 1
Articles 0

How to ignore a directory in public folder? ignore in the .htaccess file

Hi I have created a folder "temp" in public_html/temp and have fiddled with .htaccess snip...

0 Likes
1 Replies
Solved
posted 9 years ago

Created a helper class but Form::text() is being returned as text and not a input field...

Hi I am new to Laravel and created a HelperView class namespaced Tymax\Helpers but when I call the s...

0 Likes
4 Replies
Solved
posted 9 years ago

How to populate a Form select attribute with value from db

Hi am just learning Laravel and populating a form but not sure how to handle the select attribute, e...

0 Likes
3 Replies
replied 9 years ago

How to ignore a directory in public folder? ignore in the .htaccess file

The code below just had to go above the first RewriteRule RewriteCond %{REQUEST_URI} !^/temp/.*$

0 Likes
Solved
replied 9 years ago

Created a helper class but Form::text() is being returned as text and not a input field...

Awsome, thanks rscafi! I didn't think of that. For anyone else I just had to add use Illuminate\Supp...

0 Likes
replied 9 years ago

Created a helper class but Form::text() is being returned as text and not a input field...

Here is the method (i know this is useless it is just for testing), when calling {{ HelperView::inpu...

0 Likes
replied 9 years ago

How to populate a Form select attribute with value from db

Its working now... know idea why it is working now but im over it.. its working.. im happy! thanks f...

0 Likes
replied 9 years ago

How to populate a Form select attribute with value from db

thanks for the reply, I tried that already but tried again cause you never know :) tried this: {{ Fo...

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.