Support the ongoing development of Laravel.io →

barisbora

Joined 23 May 2015

Statistics

Threads 3
Replies 14
Solutions 2
Articles 0

laravel what is the best way check row is deleted

Hi Using soft delete, deleted_at column if is null its mean row not deleted else deleted, i check th...

0 Likes
1 Replies

Laravel eloquent modelling is getting buggy?

Hi, I am create multi-relation system on tables, and return $staff i get whole data successfully.Its...

0 Likes
2 Replies
Solved

Laravel multi auth problem

Hi i am using laravel 5, I create the admin panel everthing is perfect. I group users 3 categories....

0 Likes
4 Replies
Solved
replied 8 years ago

i am newbie on laravel . How to exact resize image on the fly ?

best way to manage image (resize, crop, watermark, colorize etc. ) http://image.intervention.io/ and...

0 Likes
replied 8 years ago

Get date from timestamp in laravel

$customerhistory = Customerhistory::where('customer_id', 1) ->select('freetext') // a...

0 Likes
replied 8 years ago

Remove white space between words in DB

you can try to remove whitespace and add simply your code $jobs->where('CollPCode','LIKE','%'.$co...

0 Likes
replied 8 years ago

Need Calendar Event for Laravel 5

There is no package used in my code. Its modals and laravel eloquent magic

0 Likes
replied 8 years ago

How to fix the laravel array response values

you can select what do u want to use in commentBy relationship; ... ..->with(['commentBy' => f...

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.