Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...
Running sudo composer update -v, here's the stack trace: Loading composer repositories with package...
Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...
Hello. Google lists some links to my application like https://site.de/index.php/tags/tag --- when i...
Hello, I want to add configuration elements to the laravel config object from data stored in the dat...
Hello In the manual I am getting confused as to how to distribute the content in the files .env.loca...
public function destroy($id) { User::find($id)->delete(); return Redirect::route('user') ->wit...
how to add column in table migration updated_at ,created_at,delteded_at
Is it me ? Or is Forge just a huge headache rather than useful ? After three attempts, can't even g...
Hi all, I can't set my project environment to the development. This is my code in start.php $env = $...
As we all know, using stuff like Config in custom packages works great if you're using Laravel. But...
this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...
Hi, I'm quite new to Laravel, and in past applications I would generate a user warning or notice, us...
I'm having a really weird issue and I just can't figure out what's wrong. I'm runnung Laravel 4.1.29...
Is there a away to make Homestead not require a call to vagrantcloud.com when running offline? Call...
Hi, hope to get help from you. when I use localhost/lava/public/index.php, the result is correct, I...
Hi, I have set up Vagrant and Ubuntu and set the Local VM IP Address to 192.168.56.101 and the port...
Ive coded a package that i have not put on packagist yet. I am linkin it in a project using composer...
I come from a CI background so I can't understand why would the Laravel Framework ship with a vendor...
I've been using integer MySQL columns to store unix timestamp dates and really prefer/like it. I'm j...
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.