Support the ongoing development of Laravel.io →

Nikhilkumar13

Joined 25 May 2015

Statistics

Threads 4
Replies 8
Solutions 0
Articles 0

getting exception 'Illuminate\Foundation\Auth\User' not found' in production server

Hi , I code works fine when i run it in homestead box , where as it shows following error when i ran...

0 Likes
1 Replies
posted 8 years ago

how to give priority to jobs in queue (let say pushing in front)

How can i push certain jobs in front in the queue in other words give priority to jobs ? I did n't f...

0 Likes
2 Replies

Form data not flashing back to view on validation failed

This is my post request validator for a form <?php namespace App\Http\Requests; use App\Http\Re...

0 Likes
9 Replies

Sending emails in Laraval 5 via http request.

What would be the best way to send the emails over HTTP via requesting to (say) sendgrid API. Als...

0 Likes
0 Replies
replied 8 years ago

HasMany relationship query builder

did you resolved this?.. what was your query using laraval builder?

0 Likes
replied 8 years ago

Difficulty installing Laravel: Getting error "PHP Parse error: syntax error, unexpected 'class' (T_CLASS),.."

Can you mention the source from which you were taking guide for installation. I hope you are using...

0 Likes
replied 8 years ago

Error when run 'php artisan db:seed'

Comment your this peace of code DB::table('projects')->delete(); this becomes // DB::table('pro...

0 Likes
replied 8 years ago

how to give priority to jobs in queue (let say pushing in front)

mrigank237 said: Lets say we are using redis queues In queue.php we need to define queues for examp...

0 Likes
replied 8 years ago

Laravel cashier how to manage payment from the app to a user

I would suggest you to watch this series on using command bus. https://laracasts.com/lessons/laravel...

0 Likes

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.