-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrapyd.html
More file actions
25 lines (17 loc) · 887 Bytes
/
rapyd.html
File metadata and controls
25 lines (17 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: default
head_title: "LESK: Rapyd"
title: Rapyd
---
<div class="row">
<div class="12u">
<p>To enable the demo mini sub-site that comes with <a href="https://github.com/zofe/rapyd-laravel">rapyd-laravel</a> uncomment the
following line at the end of the file <em>app/Http/rapyd.php</em>:</p>
<pre><code>// Uncomment to enable the demo route.
Route::controller('rapyd-demo', '\Zofe\Rapyd\Demo\DemoController');
</code></pre>
<p>For more information on how to use the <a href="https://github.com/zofe/rapyd-laravel">Rapyd CRUD and Grid</a> feature please refer
to original package notes.</p>
</div>
</div>
{% include footer.html prev_page="jqgrid" prev_title="jqGrid datatables & reports" next_page="modules" next_title="Modules" %}