Support the ongoing development of Laravel.io →

ABDELRHMAN

Joined 2 Oct 2015

Statistics

Threads 0
Replies 5
Solutions 0
Articles 0

abdelrhman has not posted any threads yet

replied 8 years ago

L5: Custom validation and authentication over multiple fields (email, phone)

try that ... public function loginpost(Request $request) { $field = filter_var($request-&g...

0 Likes
replied 8 years ago

Database records -- Select from time range, group by ID, sum numeric columns

Do You Mean Like That : //Controller $users = DB::table('users') ->whereBetween(...

0 Likes
replied 8 years ago

Laravel modify my number value

Use number_format() Like This {{number_format($metaMyNumbers)}} <!-- With Comma --> <!-- 3,...

0 Likes
replied 8 years ago

L5.1 + Bootstrap Twitter Error

{!! Form::text(name, value, options) !!} {!! Form::text('name_departament',' ', ['class'=>'for...

0 Likes
replied 8 years ago

Problem with pagination

try this in ypur view {!! str_replace('/?','?', $variable->render()) !!}

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.