Previously I was using raw SQL statements in a non-Laravel environment so this is a port from that t...
Sorry if the title is confusing - I am trying to work out best practice for an app and I am lost. Yo...
My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...
Hello, I'm new in laravel. My question regards a creation of a recipes site. I created one for my sc...
i have select input field in my form.So now how can i validate this input field ??????
What I'm trying to learn and understand is how to set up to where I can pass a message to my message...
I am currently doing this: if ( $article = Article::where('url', '=', $url)->count() > 1 ) { e...
Hi I have the following Problem: I have to insert more than 75 000 rows into one myisam table. I'm u...
The problem I’ve a form with a few input text, and javacsript function that allow to user to add mor...
I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...
just for helping . last night i ran into 500 internal server error in laravel on my shared host . wh...
On forge I have set up the variables in nginx config but doesnt look like artisan is looking at that...
I have setup Laravel and trying to run the artisan migrate command however I am getting the error [P...
i have some controller that i want to secure this from login page and i add login page and im my con...
@section('content') <h1>Neue Vorlesung Erstellen<h1> {{ Form::open(array('url'=&g...
On my website one of the main pages is where users must vote. So for avoid cheaters and duplicated a...
Hello, I'm completely new to Laravel and fairly new to MVC at all. So I've installed laravel and sta...
I came across a "Whoops look like something went wrong" thing then I went to turn debug on...
Hi, I'm working on a cms package but my routes.php can't find my controller... My package is called...
Hi, I have the views in the view folder sorted with a subfolder structure to make use of the dot not...
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.