Is is a Good practice to write my Query inside Routes file ? eg: Route::get('popular', function(){...
I've created a migration for CreateUserTable successfully. <?php use Illuminate\Database\Schema\B...
Hi everybody. I have a problem with developing my own package for L4 with workbench. (Decided to rew...
When I fire Product::create($request->all()) method it creates two rows in a table with the same...
I am creating an attendance register that pulls names from a database based on certain criteria and...
//Backend's Route Route::group(array('domain' => 'admin.web.com', 'before' => 'inGroup:Adminis...
Hi everybody, I'm new with Laravel and I've tryed to use it for a week but without results. I'm usin...
###Good day, people! May be someone knows how to get url aliases like that: /goods, /goods/subgoods,...
I'm learning Laravel and have a few questions I am looking to build a relationship between 2 databas...
Hi, I don't know if anyone here know alot about codeigniter, but with codeigniter if you added Modul...
Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...
Hello, Under Laravel 4.2, i meet a problems with parameters of my routes inside Route group prefix....
I've installed version 4.2 and have it working nicely. As I'm only experimenting with / learning thi...
Hi. I have users that need to apply assessments to patients. The user open the blade that shows the...
In a Blade template, is it at all possible to request the current route name? I know that I can use...
I need a help When i upload an image on local server (localhost) it don't show any error. but once...
Hi all, anybody knows if there is a way to not use if blade statements in the views to check if ther...
Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...
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...
I have followed a tutorial on Tuts plus called "Getting started with laravel 4". My cygwin...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community