samedi 25 août 2018

Using , or in Laravel 5.6?

I want to have the following code:

<script src="'js/custom.js'"></script>

And I achieve this using blade syntax:

<script src=""></script>

or

<script src=""></script>

or

What's the difference between them?

And which way I should use in Laravel 5.6?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire