Support the ongoing development of Laravel.io →

101 Threads

posted 9 years ago

laravel 5.0 php artisan tinker error

laravel 4.2 is no error with tinker but laravel 5.0 is error $> git clone https://github.com/lar...

0 Likes
4 Replies
Solved

InvalidArgumentException View [schools.index] not found. Please help its Urgent

I have created "categorystream" in "schools" section. I have added categorystrea...

0 Likes
12 Replies
Solved

Who is calling beginDatabaseTransaction() method on DatabaseTransactions trait (Laravel 5.1)

Hi, I'm using DatabaseTransactions trait to have transactions on tests. I have custom connections on...

0 Likes
1 Replies
Solved

Custom Auth with Laravel 5.1

Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...

0 Likes
3 Replies
Solved

Invalid class Illuminate\Foundation\Testing\WithoutMiddleware

I'm trying write test method that use WithoutMiddleware class but this class don't valid under Illu...

0 Likes
1 Replies
Solved

Target [Illuminate\Contracts\Console\Kernel] is not instantiable.

Synopsis I have a problem where by when I try to call migrate:reset within a test tearDown method I...

0 Likes
1 Replies
Solved

Seeding Sqlite database fails while MySQL works fine

Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...

0 Likes
3 Replies
Solved

Changing Database between Tests

I have a model that i like to unit test. The majority of methods use standard database functions. On...

0 Likes
2 Replies
Solved

How to Set Cookies During Unit Test?

In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...

websterl3o liked this thread

1 Likes
1 Replies
Solved

Join Category Table on Articles query.

I am trying to join two tables so that I can get the article name and slug, with only one query as I...

0 Likes
2 Replies
Solved

Access an API using laravel

Hello, I have an API called restclient.php. What basically happens is that I'll include the restclie...

0 Likes
5 Replies
Solved

\Illuminate\Foundation\Testing\ApplicationTrait::call not usable for posting json?

I've read several threads where people had problems testing their controllers by posting json to the...

0 Likes
1 Replies
Solved

Laravel 5 Package Development

Hi! I'm trying to upgrade my packages to Laravel 5 but I'm finding an error with the Service Provide...

0 Likes
4 Replies
Solved

Larabook Series Blank Screen

Hello everyone!, I've finished the laracasts' larabook tutorial, and it works pretty well on my loca...

0 Likes
6 Replies
Solved

Calling custom helper method?

Hi guys, I just created a custom helper method. My route: //Demonstrate custom helper method. Route:...

0 Likes
1 Replies
Solved

Homestead shared folders are not synchronized

The folder I'm sharing between Windows 7 and homestead's Unbuntu doesn't synchronize. If I add a fil...

0 Likes
8 Replies
Solved

Laravel 5 always using "testing" configuration no matter which environment I'm using

I have 2 environments and 2 configuration directories in my project: local and testing. One is for n...

0 Likes
5 Replies
Solved

Can't upload same photo twice - Laravel 4 Image Intervention

How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...

0 Likes
1 Replies
Solved

Why when I run a query laravel return something that I can't understand?

When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...

0 Likes
2 Replies
Solved

How to find different field by laravel find method?

I know there are a method what called find in laravel, I have a table with this structure (articles...

0 Likes
1 Replies
Solved

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.