Support the ongoing development of Laravel.io →

1,820 Threads

Multi Database based in url

Hello, I am developing an app that will have a global database and 1 specific database for the clien...

0 Likes
1 Replies
posted 8 years ago

A week of Laravel #12 (26 June-03 July 2016)

Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], laravel/docs [mas...

0 Likes
0 Replies
posted 8 years ago

Laravel gift idea sharing website - open source?

Hello, I created the website www.zaawadi.com with laravel for the purpose of sharing gift ideas in a...

0 Likes
0 Replies

Codeception exception

I have a really simple test: public function tryToGetJsonDataForAnItem(FunctionalTester $I)...

0 Likes
0 Replies

Codeception writes in production db and reads from testing

I am trying to write functional tests for my app. I am using Laravel 5.2 and Codeception. I have a s...

0 Likes
1 Replies
Solved

I don't get migration...

I just don't understand this concept of migrations could someone explain it in simple terms.. I know...

0 Likes
1 Replies

Should I test Listeners, Events, Exceptions and Providers

I am using Codeception for unit and functional tests. Should I test Listeners, Events, Exceptions an...

0 Likes
1 Replies
Solved
posted 9 years ago

Laravel 5 questions

Hello, I wonder about Laravel 5. I have 2 questions : When I read the dev documentation I see that i...

0 Likes
1 Replies

Architecture - Google AdWords API and Facebook API

Hi all, At my company we have built a platform that APIs request into Google AdWords API and Faceboo...

0 Likes
0 Replies
posted 8 years ago

Active Repository is good & Awesomely Usable

I’ve just published a new article about “Active Repository” being good & awesomely usable. It’s...

0 Likes
0 Replies

artisan clear-compiled

Hacing a big headache bugfixing this. The Waavi\Translation\TranslationServiceProvider was registere...

0 Likes
0 Replies
posted 8 years ago

How to update progressbar based via a listener in Laravel?

I have a pretty basic command which dispatches a job, which in turn triggers an event and the event...

0 Likes
0 Replies

Suggestions for Technology stack choice : Laravel 5 vs Yii 2

We're planning to build an enterprise scale CRM system with PHP stack. We're in the process of makin...

0 Likes
12 Replies

Question about LTS support

Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....

0 Likes
2 Replies
Solved

File Storage amature question

Hey am new to Laravel and I have just a small question . How and where are uploaded files stored

0 Likes
0 Replies

Multimail: Mail with multiple configs at runtime -- need opinions

I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...

0 Likes
3 Replies
posted 8 years ago

A week of Laravel (12-19 June 2016)

laravel/framework master 658d1df: change comment wording @taylorotwell e97e151: [5.2] Add getVal...

0 Likes
0 Replies

response()->json() return an object instead of string json

Hello, I make a get ajax request, and my controller is in charge of making query to the database and...

0 Likes
4 Replies

Gate policy for attaching a role to a user

Hi, I have a question regarding system design of a REST API. I have users and roles and want to atta...

0 Likes
1 Replies

Laravel hasMany() + where() returns where conditions in opposite order

Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.