-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i Add or change the CSS? #1
Comments
You can edit or place your css at app.scss located at resources/assets/sass/ folder, or you can have your own css or scss files and then import it on app.scss, and then run gulp on your terminal or cmd window. Laravel Elixir is a bulit-in API of laravel 5 using gulp., it has some helper to manage your gulp tasks. for more info about elixir you can read this helpful docs -> http://laravel.com/docs/5.0/elixir. hope it helps. thankyou |
Hi thanks, Is materialize already a jquery? to use jquery validation and ajax form validation... Its working but i got some minor difficulty changing The Error being reflected by jquery is messing up materialized...
Here is my int.js
Dont know how to call properly ajax respose sorry i dit a direct return value here
Here is my login.blade.php
Hope you can help me out with this thanks |
How can i achieve here the effect Here in |
Hi, No need to add another jquery. Materialize used jquery as their dependencies for their javascripts plugin functionalities. For this project it is already been added at elixir's .copy() method line:18 and minified at .scriptsIn() line:22 in gulpfile.js and included into resources/views/partials/footer.blade.php @ line 26. |
For setting up a proper ajax response, You can use this -> response()->json(); You can try this on your code:
Hope it helps. for more info -> http://laravel.com/docs/5.1/responses |
thanks |
Sorry , please just give me a hitch how can i change for example
i want to add logo with class=brand-logo
if i want to add logo
How will i do it?
Can you Explain how this works in gulp.js
Hope you can give a sample for a css and one for a js how will i compile it?
:) thanks
The text was updated successfully, but these errors were encountered: