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...
How to route the controller which is in folder. Namespaces? Give me example. Thank you.
Hi, Help connect Laravel with Oracle 11g xe in Linux.
Hello, I'm new with Laravel and I'm trying to understand the autoloader and the namespaces. Before t...
I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...
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