Hi! I have two models, for example User (name, email) and Address (user_id, address, zip); If I call...
Just playing around with ViewComposers, and it looks like they apply their data after the data param...
I have two tables auctions and bids and models for them are as follows public function bid() { retu...
Hi, i'm new to Laravel (i'm using 4.2 right now). I'm using it to automate some home automation usin...
I am using redis on Laravel 4.2 to utilize queue:push via closures to perform commands while the use...
Hello, I have, for example, 2 tables: Table1 which has: id, name, address, details Table2 which has:...
How can I call controller function from view in an easy way?
I keep getting the error "Call to a member function delete() on null" for the following, w...
Hello, Is it possible to format dates so a UK datetime in the middle of the summer, is the same date...
Chelsea vs Manchester United Live Stream https://www.reddit.com/r/crockpot/comments/330ic5
Hello, in my application users can add other users (to establish a "friendship"). Therefor...
Hey folks, I have two questions. First, I saw that Laravel 4 apparently had some built in deployment...
Hi laravel community, I am a new laravel user and currently working on a simple project management t...
Hy i need Email activation with Laravel 5 and he dont active cant login thx for help
Hi Guys. Great new today, you can now share droplets with external people on DigitalOcean!! So... wh...
I want the Eloquent model in app ->Models ->users.php and in every file i h...
// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...
the first thing I feel NOT so sure about L5 is the ' php artisan app:name xxx 'command, it always ca...
I have a project with laravel 5 as backend and angularjs 1.3 as front-end. ####Laravel5 setup:...
I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...
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