Is it as easy as updating composer.json and running composer update?
Hello everyone. I'm kinda new to Laravel so sorry if this is a noob question. I have an API controll...
$user = new \App\User::onWriteConnection(); $user->name = \Input::get('name'); //... $user->st...
I am developing apis for andriod in laravel 4.2. Facing a very silly type of problem I have a blog m...
im writing test for a laravel project. so in this project there is a .env.php when i lunch tests it...
Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...
Hi guys, i've already been through several threads where similiar problems were occuring, but none o...
Hi, I am create multi-relation system on tables, and return $staff i get whole data successfully.Its...
With the changes to Laravel 5 directory structure and service providers changes, where is the ideal...
Hello everyone! I'm new to Laravel and I'd want to know the proper/best way to access the currently...
I've looked at the standard AuthenticatesAndRegistersUsers.php file that comes with Laravel 5. I'm...
hi all, i need to execute the following query as iam new to laravel, i cant find what went wrong in...
Hello, I'm on laravel 4.2, and have inconsistency of the session management I have this configuratio...
Hey guys, im currently working on a project with a polymorphic relation and im trying to combine it...
Hi, What is the best way to show title with Laravel? With the others framework I did something like...
edit.blade <label align="center" > {!!$post->id!!}</label> <textarea rows="5" cols...
Hello guys, I am having a problem with Laravel 5 and Push Queues I was wondering if anyone had this...
When I try to run composer global require "laravel/installer=~1.1" I get [Symfony\Compone...
What would be the best way to send the emails over HTTP via requesting to (say) sendgrid API. Als...
I've making my first laravel applications based on some phpacademy tutorials on youtube. Seems like...
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