Support the ongoing development of Laravel.io →

3,382 Threads

Homestead: "No input file specified." when URI ends with '.php', instead of Laravel NotFoundHttpException.

I am using Homestead, and it works fine, but when I enter a (random) URL-route ending with ".ph...

0 Likes
0 Replies

Menu's, Menu Building Best Practice & Flexible?

Hi Guys Ok, so I am just thinking about how to go about building menus in my application. Here is ho...

0 Likes
7 Replies

Organising Laravel Platform

Hello, I want to set every component of my website in their folders and each component has his folde...

0 Likes
4 Replies
Solved

Setting base_url

Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...

0 Likes
2 Replies

Missing artisan after `composer install`

I have an existing project that I'm setting up on a new machine. Of course artisan is gitignored. Ru...

0 Likes
4 Replies
Solved

Arrays in .env file are NOT being honored.

Take for instance .env.local.php: return array ( 'Foo' => array('a', 'b', 'c'), ); Result of t...

0 Likes
1 Replies

How to debug a package?

I'm trying to customize a package (chumper's datatable bindings) and therefore would like to be able...

0 Likes
2 Replies
Solved

PSR-4 Autoloading and Views

Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...

0 Likes
2 Replies
Solved

Homestead Folder Structure for PHPStorm?

I'm wondering about the recommended folder structure for Homestead when using PHPStorm. My initial c...

0 Likes
0 Replies

Laravel homestead error

I've been using the vagrant box Laravel Homestead and it's all working fine with PHP projects. But n...

0 Likes
2 Replies

Deploying on shared hosting

Hello, is there a possibility to deploy Laravel app to shared hosting without any custom steps, like...

0 Likes
1 Replies
Solved

Laravel custom pagination problem -> FatalErrorException

Hello folks, I struggle a lot with some pagination. So basically I do: reconfing 'view' in app/view/...

0 Likes
3 Replies

LARAVEL Sub Domain Routing Not Executed

Taking originally my question from this thread on stackoverflow: http://stackoverflow.com/questions/...

0 Likes
0 Replies

Help with mailgun

Hello there, I setup everything ( Email and Pass and API ) and it's seems ok to me! but when I test...

0 Likes
3 Replies

Laravel Homestead, Vagrant SSH and Database Management on VM

Greetings Laravel Community! As you can tell, I'm new- that is, I've so far not caused many visible...

0 Likes
1 Replies

Multisite configuration

Is it possible to do multi site/sub-domain configuration such as demo.org , demo.com, app.demo.com e...

0 Likes
1 Replies

Laravel on Windows 7 /WAMP Env. doesn't support the Comment TAG {{-- comment --}}

Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...

0 Likes
2 Replies

extending html functions

Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...

0 Likes
3 Replies
Solved
posted 9 years ago

acces to data from views includes

i have this code View::composer('includes.navbar', function($view) { $loggedUser = User::Get_User...

0 Likes
1 Replies
Solved

/MySqlGrammar.php - Maximum function nesting level of '500' reached, aborting!

I'm getting an error when I wanna insert a lot of items. How can I prevent this of being thrown? It...

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