Giter Club home page Giter Club logo

html's People

Contributors

anahkiasen avatar jonob avatar steve228uk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

html's Issues

String class

There's really no other way to contact you so I put this here : could you also port the String class from Laravel 3 as it isn't in Illuminate either ?

Extend Laravel HTML Class

Laravel 4 has gained an HTML class, but it's still missing some of the stuff that I use in this class. It'd be awesome to have this class extend the base Laravel HTML class to add some of those missing items back in to the HTML helpers.

Class Not Found

I'm getting the following message when adding to my service provider

Error: Class 'Jonob\HTML\HTMLServiceProvider' not found in /vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php line 123

Overuse of entities() method

The use of $this->entities(...) on list items (and elsewhere), means that you can't, for instance, create a list of links, since the HTML for the anchor links get converted to entities. I would expect to be able to do something like:

$links = [
    HTML::route('join', Lang::get('home.sign_up')),
    HTML::to('#', Lang::get('home.lost_your_password')),
    HTML::route('contact', Lang::get('home.contact_us')),
];
echo HTML::ul($links, ['class' => 'unstyled']);

Would it not be better to allow developers to convert content to entities if they think it may contain something that may screw up their markup? Could each relevant method accept a new optional argument which decides whether the contents of the element are converted to entities or not?

assets folder

Hello
In Laravel v3 is the configuration url and asset_url.
How can I put it in Laravel 4?


Olá.
No Laravel v3 existe a configuração url e asset_url.
Como eu posso coloca-la em Laravel 4?

Update for L4 beta

Form and HTML need to be updated with the new vendor directory structure for L4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.