This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...
I often deal with this type of workflow often: Request data from rest API. Loop through JSON respon...
Hi, I was wondering what the best way to do this with Eloquent would be? Say for instance I have a &...
Hello, Currently I have a completely own written PHP application which does the simple thing of host...
I'm just starting with Laravel and I'm interested in the decisions behind the capitalization of fold...
hi, I have the following schema: Schema::create( 'teams', function (Blueprint $table) {...
Hi I'm having a struggle trying to return a single record from a many to many relationship. So in my...
I'm having a problem with polymorphic relationship. I have the following classes: BankAccount.php...
I verified in my form that the token is there. When I do a form post it bombs. When I do a get, it w...
Hello, I've encountred a problem with my Laravel application. I'm developing a simple application wi...
I'm working on a system is likely going to need more granular control of locking that simply calling...
I'm using Phpstorm 8, php 5.5.13. I don't have opcache or any other cache enabled that I'm aware of...
Hello, Is anyone using a online ide like codebox.io for lavarel development ? Roelof
hey, i have an issue with elixir, here is my gulp.js file: i defind 2 mix taks, but only the second...
Hi, Out of the box I ran phpunit which trigger the following test: <?php class ExampleTest exten...
Is this right way to do READ UNCOMMITTED? $cars = Cars::raw('SET SESSION TRANSACTION ISOLATION LEVEL...
I'm signed up to Laracasts. I have been working my way through Laravel 5 Fundamentals and a few othe...
Hi, Ok,so I am setting up a relationship between my users and roles table, everything went fine unti...
Hello I'm trying to use Parse with Laravel this my Code Snippet : public function index() {...
As L5 seems to be making a lot of changes I find that I can't replicate the event code below. Cant =...
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