Support the ongoing development of Laravel.io →
posted 10 years ago

Query inside Routes.

Is is a Good practice to write my Query inside Routes file ? eg: Route::get('popular', function(){...

0 Likes
1 Replies
posted 10 years ago

Can't rollback laravel migrate

I've created a migration for CreateUserTable successfully. <?php use Illuminate\Database\Schema\B...

0 Likes
4 Replies

Using third party modules in my own package (workbench)

Hi everybody. I have a problem with developing my own package for L4 with workbench. (Decided to rew...

0 Likes
2 Replies

Model::create($request->all()) creates two rows identical rows on one form request

When I fire Product::create($request->all()) method it creates two rows in a table with the same...

0 Likes
1 Replies

Looping through a table to save rows as an array?

I am creating an attendance register that pulls names from a database based on certain criteria and...

0 Likes
1 Replies
posted 10 years ago

Laravel Redirect::to Wrong Redirect In Subdomain

//Backend's Route Route::group(array('domain' => 'admin.web.com', 'before' => 'inGroup:Adminis...

0 Likes
1 Replies

Configuring Laravel with XAMPP

Hi everybody, I'm new with Laravel and I've tryed to use it for a week but without results. I'm usin...

0 Likes
1 Replies

Route aliases

###Good day, people! May be someone knows how to get url aliases like that: /goods, /goods/subgoods,...

0 Likes
1 Replies
Solved

Relationships and joins

I'm learning Laravel and have a few questions I am looking to build a relationship between 2 databas...

0 Likes
2 Replies
posted 10 years ago

Laravel modules

Hi, I don't know if anyone here know alot about codeigniter, but with codeigniter if you added Modul...

0 Likes
2 Replies
Solved

Inline css in the Laravel mailer for email views

Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...

0 Likes
4 Replies
posted 10 years ago

Routes Groups and prefix problems in sub route with their parameters

Hello, Under Laravel 4.2, i meet a problems with parameters of my routes inside Route group prefix....

0 Likes
5 Replies

Changing install from 4.2 to 5 dev

I've installed version 4.2 and have it working nicely. As I'm only experimenting with / learning thi...

0 Likes
4 Replies
Solved

Data from one template to another

Hi. I have users that need to apply assessments to patients. The user open the blade that shows the...

0 Likes
11 Replies

Requesting current route by name rather than URI element

In a Blade template, is it at all possible to request the current route name? I know that I can use...

0 Likes
1 Replies
Solved
posted 10 years ago

Call to undefined function Intervention\Image\finfo_buffer()

I need a help When i upload an image on local server (localhost) it don't show any error. but once...

0 Likes
1 Replies

form model and form open

Hi all, anybody knows if there is a way to not use if blade statements in the views to check if ther...

0 Likes
0 Replies
posted 10 years ago

Method [validatePasscheck] does not exist.

Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...

0 Likes
3 Replies
Solved

Find difference numbers of two strings

Suppose i have one string $oldstring={1,2,3,4} and $newstring={1,2,3,4,5,6,7} i want to find the dif...

0 Likes
1 Replies
posted 10 years ago

Installing Laravel

I have followed a tutorial on Tuts plus called "Getting started with laravel 4". My cygwin...

0 Likes
4 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.