Support the ongoing development of Laravel.io →

Want to use simple php mail function but its not working

I want to use simple php mail function to send email instead of laravel default smtp .I am using Hos...

0 Likes
1 Replies

How to send Transactional Emails using Pepipost in Laravel?

Hello, How to send emails using Pepipost in laravel?

0 Likes
1 Replies

Form Submittion

I am using the Route::resource() method to CRUD data from my form . But when I tried to insert data...

0 Likes
1 Replies

Sub-Domain Routing

Hi, We are working on an ecommerce application and we will be having a large number of sub domains(m...

0 Likes
1 Replies
posted 7 years ago

Dynamic Subdomains routing

Hi guys, I'm working on a website that gives each user a unique subdomain. Also each subdomain can h...

0 Likes
0 Replies

Auth::check always returning false

I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...

0 Likes
4 Replies
Solved

ErrorException in View Undefined offset: 0

I am getting this Undefined offset error when attempting to access an element in a nested array with...

0 Likes
0 Replies
posted 7 years ago

Unable to detect application namespace.

php artisan make:model events [RuntimeException] Unable to detect application namespace.

0 Likes
0 Replies

Passing Multiple Parameters through URL to Controller using Input::get('paramter1').

Hello, This is my route.php Route::get('test/{paramter1}/{paramter2}', 'Somecontroller@somemethod');...

0 Likes
1 Replies
posted 7 years ago

Mysql query fetch results from given two dates

Hai guys, just now started working laravel, i need to right an mysql query in fetching rows between...

0 Likes
0 Replies

Multiple relathionship row reading

Hello everybody, I ma using laravel 5.2 and i have 3 tables users, visits, visits_time, i have relat...

0 Likes
0 Replies

How to show PDF file from project.

This is my code and my pdf file is into the public/image/pdf/ public function showpdf($fsr_num)...

0 Likes
3 Replies

How do I parse this json data in view laravel

Hi all! Can anybody help me? thanks a lot http://stackoverflow.com/questions/37624038/how-do-i-parse...

0 Likes
0 Replies

Laravel Queue

I am using queue and pushing queue in controller with $this->dispatch() method, but it does not r...

0 Likes
1 Replies

Save emails and passwords from unautorizades users

I created the login using php artisan make:auth I read I have to override AuthController.php but , I...

0 Likes
1 Replies
posted 7 years ago

A week of Laravel (29 May-05 June 2016)

laravel/framework master f795b29: Fixed incorrect logging error suppression (#13881) @GrahamCampbe...

0 Likes
0 Replies

Blade verify if section exists

Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...

0 Likes
2 Replies
Solved

Insert record into database fails Not a fillable problem.

My inserts are not inserting. I made a save method in the model so I could put in some debugging. He...

0 Likes
0 Replies
posted 7 years ago

500 Server error with ajax get method

I'm using $.get() to grab data to create an infinite scroll for my blog posts I keep getting a Faile...

0 Likes
1 Replies

laravel 4.2 environment setup on ubuntu

I followed the other post in stackoverflow. I had pretty much the same question but the problem is...

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