mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
wip
This commit is contained in:
parent
5a65a83563
commit
8623a25b79
15 changed files with 8748 additions and 2104 deletions
|
|
@ -15,7 +15,6 @@ use Illuminate\Support\Facades\Route;
|
|||
|
|
||||
*/
|
||||
|
||||
|
||||
Route::middleware('static')->group(function () {
|
||||
Route::get('/', function () {
|
||||
return view('tips.index', ['tips' => Tip::all()]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue