I have a really simple test: public function tryToGetJsonDataForAnItem(FunctionalTester $I)...
I am trying to write functional tests for my app. I am using Laravel 5.2 and Codeception. I have a s...
I just don't understand this concept of migrations could someone explain it in simple terms.. I know...
I am using Codeception for unit and functional tests. Should I test Listeners, Events, Exceptions an...
Hello, I wonder about Laravel 5. I have 2 questions : When I read the dev documentation I see that i...
Hi all, At my company we have built a platform that APIs request into Google AdWords API and Faceboo...
I’ve just published a new article about “Active Repository” being good & awesomely usable. It’s...
Hacing a big headache bugfixing this. The Waavi\Translation\TranslationServiceProvider was registere...
I have a pretty basic command which dispatches a job, which in turn triggers an event and the event...
We're planning to build an enterprise scale CRM system with PHP stack. We're in the process of makin...
Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....
Hey am new to Laravel and I have just a small question . How and where are uploaded files stored
I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...
laravel/framework master 658d1df: change comment wording @taylorotwell e97e151: [5.2] Add getVal...
Hello, I make a get ajax request, and my controller is in charge of making query to the database and...
Hi, I have a question regarding system design of a REST API. I have users and roles and want to atta...
Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...
Hello everyone, I would like to share you a CMS, which is called LaraWebEd (Laravel Web Editor). I m...
Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...
Is there anywhere in the app life cycle in which I can interact with the response given from a route...
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