Support the ongoing development of Laravel.io →
mohammadgholeh

mohammadgholeh

Joined 22 May 2014

Statistics

Threads 38
Replies 69
Solutions 3
Articles 0

pagination in some pages number internal server error

Hi Guys, showing error as example when click pagination number 6 show blank page and see in console...

0 Likes
0 Replies

can't access lumen project

Hello, i am try to apply this tutorial [https://www.codetutorial.io/lumen-first-tutorial/] this link...

0 Likes
0 Replies

trend news in my website

Hello, I need algorithm to show trend news from database each 24 hours based on the news title and g...

0 Likes
8 Replies

how to call page in routes but I need open page before login system

Hello, I need call in routes page (register page) before login in the system example: Route::contro...

0 Likes
2 Replies
Solved

convert query mysql to Eloquent?

Hello, I need convert query from mysql to eloquent mysql Query SELECT count('id_sale') FROM sales J...

0 Likes
0 Replies
replied 11 years ago

how to retrieve data from database using table formatting

in routes can be retrieve Route::get('', function() { return User::all(); }); this reuslt [{"id...

0 Likes
replied 11 years ago

insert data from form to table but the data inserted row empty

i am use var_dump(Input::all()); At the end of Route::post I printed all the data on the form but no...

0 Likes
replied 11 years ago

insert data from form to table but the data inserted row empty

form is Exists on the page new.blade.php <html> <body> <h2>new</h2> &l...

0 Likes
replied 11 years ago

insert data from form to table but the data inserted row empty

public function up() { // Schema::create('users', function($t) { $t->increments...

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.

© 2026 Laravel.io - All rights reserved.