Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
in laravel, queries are built using QueryBuilder. There are many examples in the docs. After buildin...
Hi. POnumber is not an array. It is obviously a string. When making a query with numbers inside (or...
I can't believe it. Try something like this. User::create($array)->save();
kencytbb said: My category name is testzzz and parent category of testzzz is events but it nonfathe...
mvolo is right. Use patterns to prevent this. Route::pattern('id', '[0-9]+'); Laravel will recogniz...
The Laravel portal for problem solving, knowledge sharing and community building.