Support the ongoing development of Laravel.io →

gzai

Joined 12 Apr 2014

Statistics

Threads 7
Replies 13
Solutions 2
Articles 0
posted 6 years ago

[L5.4] Middleware in controller construct not working

Hello, I have code like this class AController extends Controller { public function __construct...

0 Likes
0 Replies
posted 6 years ago

laravel inside laravel

Hello all, why laravel inside public laravel can't working good? Laravel-Project-1/ public/...

0 Likes
0 Replies

[ L 5.3 ] view blade not update

Hii. I used laravel 5.3, change the view but always cache old view, how to fix that? deleted all cac...

0 Likes
1 Replies

[5.2] dynamic menu

hello, I have a little idea, if I have many modules with logic menu in every modules, can that menu...

0 Likes
0 Replies
posted 8 years ago

Naming resource routes patch

Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...

0 Likes
2 Replies
replied 6 years ago

Eloquent - return every 3 rows

$b = Class::orderBy('created_at', 'desc')->whereRaw( DB::raw('(`id`) % 2 != 0') )->take(50)-&g...

0 Likes
replied 6 years ago

Trigger deleted event without actually deleting the record

use soft delete in model laravel soft delete and what do you mean this? "But I need to trigger...

0 Likes
replied 6 years ago

Datatables With Checkbox

you can combine this for checkbox for get the data

0 Likes
replied 6 years ago

Get data from 3 tables with relationship

model user ---------- ... // add this public function city_master() { return $this->belongsTo...

0 Likes
replied 6 years ago

Laravel Basic Auth multi Tenant Method

show your database structure and example data

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.