Integrating template with Laravel framework (Tutorial)



“Washington Education in Kosovo”
Assignment: “Integrate css template with Laravel (Record video)”
Student: Blerim Kurtishaj

_Steps to integrate CSS template with LARAVEL framework_

– Download LARAVEL framework and Composer (http://laravel.com/docs/4.2)
– Use Composer to create the project
composer create-project laravel/laravel=4.2.0 C:wampwwwlara-projectprojectname –prefer-dist

1. Copy the folders, CSS and Javascript files into the Public folder
2. Copy the HTML files into the App/Views/ folder
3. Rename HTML files with .blade.php
4. Change path into HTML with ” {{ URL::asset(”) }}”
5. Create the Controller (for all the pages you want to show)
6. Create the route

source

Reply


Build A Site Info