Support the ongoing development of Laravel.io →

豆浆

Joined 21 Mar 2019

Statistics

Threads 0
Replies 3
Solutions 0
Articles 0

luweisen has not posted any threads yet

replied 4 years ago

How to display a modal as an error message?

$validator = Validator::make(compact('id'), [ 'id' => 'required|integer|exists:events,sal_cod...

0 Likes
replied 4 years ago

setting up pagination on my page

Event::pagnate($pagesize, ['*'], 'pgae', $page);

0 Likes
replied 5 years ago

how to use elequent query in balde?

@foreach(\App\Model\Group::all() as $key=>$val) {{ $val->name}} @endforeach

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.