i have a route for a hotel view with a slug hotel name. Route::get('/hotel/{slug}', function($slug){...
hi, i'm newbie can you help me... I get an assignment from my teacher to make auth i have two table...
I'm trying to display the created_at column in one of my views and I'm not having any luck. When I t...
The DB::connection seems to work but when I am using DB::table it is still looking at my 1st default...
I am using hyper-v and I am looking for ways to backup the virtual machine. I know I could just shut...
Hello, Although I set the withCredentials for the angularJS side of the call, the preflight OPTIONS...
Now every page can be accesed by www.anvastgoed.nl/downloads AND www.anvastgoed.nl/index.php/downloa...
Good day. Install homestead ver. 0.1.6 through Vagrant I go to ssh => php -v PHP 5.6.3-1+deb.sury...
whenever i access a model in service provider it returns an error: Call to a member function connect...
Environment: Windows 7 x64 WAMP with PHP 5.5 Laravel 4.2 php -ini returns: C:>php --ini Configura...
I'm creating a scheduler that for each location has a start and end time for each day of the week. N...
Hi! I'm just starting out with Laravel and I'm having a hard time trying to get the filters to worki...
We have some code running under Laravel 4.2 that calls a stored procedure that’s supposed to fetch a...
Have I missed an obvious way to do this? I'm checking to see if the request URI matches a list of kn...
Hello i have the following model: class Agent extends Eloquent { protected $fillable = []; protect...
this is my service provider code : <?php namespace App\Providers; use Illuminate\Support\Service...
i'm trying to get a Social login with Facebook in place using Laravel and The league OAuth2 client b...
Evening all, I've just signed up with DigitalOcean and created a droplet using Laravel Forge. Now ev...
I have been thinking a lot about how I'm going to migrate from Laravel 4.2 to 5.0. I see upgrade ins...
Error in exception handler. The problem in this function Mail::send('emails.contact', Input::all(),...
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