Support the ongoing development of Laravel.io →
posted 7 years ago

Import Excel

hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...

0 Likes
1 Replies
Solved

SQLSTATE[23000] - Column 'user_id' cannot be null

Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...

0 Likes
7 Replies
Solved

MailGun Client error: `POST https://api.... resulted in a `404 NOT FOUND???

Sending from localhost, Windows 10, OpenServer! Settings .env: MAIL_DRIVER=mailgun MAIL_HOST=smtp.ma...

0 Likes
1 Replies
posted 7 years ago

Form Validation Custom Messages (different fields with same name)

Hey, I'm trying to create custom messages for errors found in form input validation. The issue I'm h...

0 Likes
1 Replies
posted 7 years ago

Can i use wordpress as a part of my larvael application?

I don't do wordpress. If i want to build some basic forms or some view or available functionality...

0 Likes
1 Replies
posted 7 years ago

Create a custom middlewareGroup in custom package

This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...

0 Likes
1 Replies
posted 7 years ago

Problem with blade directive and view rendering

I'm trying to create a reusable view component for a carousel with a new Blade directive. I don't wa...

0 Likes
1 Replies
Solved

Listening for event error

Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...

0 Likes
1 Replies
posted 7 years ago

Laravel Redis Echo server Tutorial

If anyone can post a small tutorial/demo of laravel echo server using socket,io and redis with priva...

0 Likes
0 Replies

[5.4] clear error message back when going back a page after Session::reflash()

Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...

0 Likes
1 Replies

Reference/Guide of Methods of Model Class

Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...

0 Likes
2 Replies
Solved

Database Error Migrate

after php artisan migrate, theres an error I got below: [Illuminate\Database\QueryException] SQLSTAT...

0 Likes
4 Replies
Solved

laravel link problem

hi all i am using form get method in my controller <form action="{{url('employers/blacklist-...

0 Likes
3 Replies

Can't create Controller

Hello everyone. I downloaded someone else's project: github I was able to install it and my browser...

0 Likes
1 Replies

Call to a member function getClientOriginalName() on a non-object with intervention

public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...

0 Likes
12 Replies
Solved
posted 8 years ago

User login only if account status is active.

I'm currently developing my own app and I got stuck at the login part, it does work fine, however I'...

0 Likes
7 Replies
Solved

Body contains spam. Your account has been flagged.

I tried to submit a question and I got this at the bottom of the body section Body contains spam. Yo...

0 Likes
0 Replies
posted 9 years ago

laravel.com/laravel.phar is down ?

Hello Guys, I tried to install larval yesterday for several hours and finally i come to realize that...

0 Likes
6 Replies
Solved

Using $rss = new DOMDocument(); in function of a Controller

Hi, i would like to include a small RSS reader into a function of a controller: class RSSController...

0 Likes
1 Replies

Eloquent Groupby with Rollup

How do I use the mysql rollup feature with laravel eloquent? I did try a few but not able to get the...

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.