Giter Site home page Giter Site logo

lajavel's Introduction

Hi there, I'm Damien ๐Ÿ‘‹,

I'm a Developer and a Teacher

Connect with me:

codeSTACKr.com codeSTACKr | Twitter codeSTACKr | LinkedIn



Languages and Tools:

HTML5 CSS3 Sass JavaScript GraphQL Node.js SQL MySQL MongoDB Git GitHub Terminal



โšก GitHub Stats

Damien's GitHub stats

lajavel's People

Contributors

damiendabernat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

benji22ben

lajavel's Issues

Template engine documentation

There is currently no documentation for the template engine.

In the getting started part, maybe we could add some information about the usage of the template engine?

Add asset annotation to the HTML template engine ?

Like twig :

The asset() function's main purpose is to make the application more portable. If your application lives at the root of your host (e.g. https://example.com), then the rendered path should be /images/logo.png. But if your application lives in a subdirectory (e.g. https://example.com/my_app), each asset path should render with the subdirectory (e.g. /my_app/images/logo.png). The asset() function takes care of this by determining how your application is being used and generating the correct paths accordingly.

{# the image lives at "public/images/logo.png" #}
<img src="{{ asset('images/logo.png') }}" alt="Symfony!"/>

{# the CSS file lives at "public/css/blog.css" #}
<link href="{{ asset('css/blog.css') }}" rel="stylesheet"/>

{# the JS file lives at "public/bundles/acme/js/loader.js" #}
<script src="{{ asset('bundles/acme/js/loader.js') }}"></script>

Add a landing page to the starter kit

We can add a landing page to the starter kit to show how to use the framework.
We can also use this landing page has official landing page of Lajavel.

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.