I have a group for api: Route::group(array('prefix' => 'api'), function () { Route::get('abc...
I just wanted some inspiration for the best sites created with laravel
I have try uninstall, reinstall, check a lot google a lot, and nothing, valet is listening to 127.0....
Is there documentation and examples for Laravel's PHPUnit Assertions: https://laravel.com/docs/5.2/t...
did anyone made an template-hierarchy for laravel like in wordpress? see the link https://wphierarch...
I've been trying to create some seeders for my database tables and in some tables, I need unique str...
Curious as to what anyone doing build testing / continuous integration is using to do such outside o...
I currently have a function which does some calculation based on the current time. I want to be abl...
I have a really simple test: public function tryToGetJsonDataForAnItem(FunctionalTester $I)...
Hi guys, i have a form that uses a select option, setup as follows : {!! Form::select('property_type...
#UNABLE TO ACCESS config Is there any way to create a config object in test cases. Currently we are...
I'm trying to setup some unit tests for an application/api I'm building in Laravel. For some reason...
Hi What I want to do is test my Laravel 5 package. Specifically how it integrates with a actual Lara...
I have a controller end point that utilizes Guzzle I have written a wrapper around the Guzzle Client...
Dear All Hope you are all good. I recently installed installed laravel 5. My OS is: Kali Linux- 64b...
I asked this question on stackoverflow here http://stackoverflow.com/questions/37777441/laravel-home...
Hi Unfortunately this is one of those "where do I put that?" type questions and generates...
TL;DR Every time a unit test is run, all Commands are instantiated, and any dependencies injected in...
I convert string in to integer with (int) function But on localhost this work fine but when i upload...
I found an interesting behavior while doing some integration tests using model factories. I set up t...
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