Support the ongoing development of Laravel.io →

Restrict API access to my site only for Ember.js App

I want to use Ember.js for my site, and don't need to open up the api at this point. But I do want...

0 Likes
0 Replies
posted 9 years ago

Iron MQ vs Beanstalk

Hi, Can someone experienced with these 2 ( Iron MQ vs Beanstalk ) tell me what's the main difference...

0 Likes
3 Replies

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved
posted 9 years ago

Laravel white screen after installation - no errors

Hi guys, Just trying to setup a new Laravel installation on a client's VPS. The problem is public/in...

0 Likes
2 Replies

Handling views in packages for a project.

Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...

0 Likes
1 Replies
Solved
posted 9 years ago

How to search in the data fetched from the database?

Let's say I have fetched users from my users table into $users with the Eloquent ORM. Is there a way...

0 Likes
4 Replies

What am sending to the views

Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...

0 Likes
2 Replies
Solved

Basic routing question - passing value.

I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...

0 Likes
1 Replies
Solved

Problem with Polymorphic Table and Repository

Hey guys! Scratching my head a bit here. I'm hoping you lot can point out what I'm doing wrong. I ha...

0 Likes
2 Replies
posted 9 years ago

Make two queries into one

Hi guys, I'm having a hard time writing these two queries into one. $topic = Topic::where('slug', '=...

0 Likes
4 Replies
Solved
posted 9 years ago

Migration strtolower() error

Hy everyone, does anyone have a clue why my migration throws an error exception "strtolower() e...

0 Likes
0 Replies

Ask users to reset password at first login

Hey everyone, I am putting together an event app for an internal event for my company. We are lookin...

0 Likes
8 Replies
Solved

workbench auth with facebook

I have download PHP facebook sdk from https://github.com/facebook/facebook-php-sdk Using this i want...

0 Likes
0 Replies

.htaccess is not working

Hi, How come this is not protected with htaccess? It is supposed to ask for username and password. T...

0 Likes
0 Replies

Queue issue

Hi. I am trying to send email with queue and Mandrill but it doesnt really work! It goes to iron and...

0 Likes
2 Replies

Problems deciphering this error message in Log file: production.ERROR: exception 'ErrorException' with message 'Undefined offset:

Hi, I'm still pretty new to Laravel, and while I've worked my way through a lot of common errors, I'...

0 Likes
0 Replies
posted 9 years ago

How to show the execution time in views?

I'd like to show the execution time in views, but I only found this way to log the execution time: h...

0 Likes
2 Replies
posted 10 years ago

Laravel code encryption (ion cube or code guardian)

Hello. I have tried to encrypt a project with ion cube but i got only errors. ANy ideea how could i...

0 Likes
5 Replies

Dash in database name causing SQL error

So I made the rookie mistake of putting a dash in the name of my MySQL database (ie My-Database ). A...

0 Likes
3 Replies

Simple AssetsManager goes nuts with artisan serve Maximum function nesting level of '100' reached, aborting!

I don't understand why this code works fine in a virtual server or also in ie localhost/myproject/pu...

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