Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrkansagara/laravel-template-arcana

Arcana Frontend Template For Laravel 5.1
https://github.com/vrkansagara/laravel-template-arcana

Last synced: 2 days ago
JSON representation

Arcana Frontend Template For Laravel 5.1

Awesome Lists containing this project

README

        

Arcana Frontend Template For Laravel5.1
=======================================

>Template copyright respected to original author.

This is the basic template used for the laravel view.

Copy Past `public` and `resources` into you laravel root directory
And Activate in `route.php` as bellow

```
Route::get('arcana','ArcanaController@index');
Route::get('arcana/{pageName}','ArcanaController@index')
```