Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vrkansagara/laravel-template-arcana
- Owner: vrkansagara
- License: bsd-3-clause
- Created: 2015-11-21T14:22:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T14:37:49.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T15:42:37.848Z (7 months ago)
- Language: CSS
- Size: 658 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
```