Support the ongoing development of Laravel.io →

How to catch \Predis\Connection\ConnectionException

I have enabled REDIS as default CACHE_DRIVER instead of FILE, but if redis instance is down for exam...

0 Likes
0 Replies
posted 7 years ago

Creating a custom exception class and custom exception handler class

I'm having trouble creating a custom exception class and handler. You can see the code and details o...

0 Likes
3 Replies
posted 7 years ago

kill query

Can somebody help me with an information: How can i kill execution of query. It's exists any method...

0 Likes
2 Replies

How to access session from parent template

Hi, I'm new to Laravel so the question might sound stupid. I'm currently trying to handle the displa...

0 Likes
2 Replies
Solved

Laravel Authentication is app.blade.php

I have installed Laravel 5.3. And I have tried authentication process. It has generated app.blade.ph...

0 Likes
1 Replies

Blade view "use" directive?

Hi, Is there a way to import class in a view? For example, I have a class \Anamespace\Bnamespace\Xcl...

0 Likes
3 Replies
Solved

Laravel Elixir (Suggestion)

Hi Guys! I have to ask one thing that can I use bower instead of npm (node_modules) in laravel (5.3)...

0 Likes
1 Replies

problem with model->save() when running phpunit test

I have a problem with phpunit testing. I have an api that takes some json and saves a model (->sa...

0 Likes
1 Replies

Add default mail headers in Laravel 5.3

I need to send a mail header "x-mailgun-native-send: true" to all my mails so they wont ge...

0 Likes
2 Replies
Solved

Keeping data using old('email') after submission not working

I just use the automatic authentication in laravel (using php artisan make:auth) and I noticed that...

0 Likes
0 Replies

Composer/Artisan issue: composer.phar update, runs artisan clear-compiled and returns(probably) php version error.

Hi, I'd like to install additional packages so I run php composer.phar update. This command invokes...

0 Likes
3 Replies
Solved

how to install Laravel Scout in slim Framework

sombody can to give me a guid or somthing how to install and use Laravel Scout with slimFramework th...

0 Likes
0 Replies

Can't change table name for eloquent

I haven't used Laravel in a while, so maybe I'm forgetting something. But these are my files: Route:...

0 Likes
5 Replies
Solved
posted 7 years ago

Execute query in repository or controller, whats is correct?

Hello! Using repository pattern, the correct is execute the queries on repository or return the quer...

0 Likes
0 Replies

Circular dependency causes "Segmentation fault" error when running "php artisan optimize"

Circular dependency on AppServiceProvider caused artisan optimize command to fail with "Segmen...

0 Likes
0 Replies

Question on model create

Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...

0 Likes
2 Replies
Solved
posted 7 years ago

Session token invalidates on ajax call

I know this question has been asked many times before but I've Googled it to the point of madness, s...

0 Likes
0 Replies

Laravel hosting for project that reads and parse excel file to store data into MYSQL database

I had developed an application using Laravel 5.2 that uses Laravel Excel plugin to read excel file ,...

0 Likes
1 Replies

'/' route not working

I have a very weird problem. I moved my site to my production server and set my DocumentRoot folder...

0 Likes
2 Replies
Solved

Disable user feature / validation email script

Hello, I've added a column (is_activated) in user DB to add verification email in registration proce...

0 Likes
2 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.