Support the ongoing development of Laravel.io →

Proper way to determine if value exist in a json post

Hi all, I'm working on a RestAPI where the data coming in is in json format. For example. { &...

0 Likes
1 Replies
posted 10 years ago

[5.0] Getting Parameter of a $request

Hi there! Say I have this url: http://myapp.loc/test/1 where its route is Route::get('test/{id}'). h...

0 Likes
1 Replies
Solved

Using 'php artisan tail' with daily log files

In, at least, Laravel 4.2, you have the useful option of using daily log files by putting $logFile =...

0 Likes
2 Replies
posted 10 years ago

how to require() legacy PHP code with relative paths

I have a project where I have to use legacy PHP code with Laravel. I need to require() several PHP...

0 Likes
1 Replies
posted 10 years ago

Which IDE do you prefer?

I have an older version of intellij and am trying to decide on upgrading it or buying PHPStorm. Are...

0 Likes
5 Replies

How to use Bootstrap with Laravel 5 ?

I am new to Laravel, I am trying to use Bootstrap with Laravel but it is very difficult to use with...

0 Likes
4 Replies

[Unit testing] Mocking call to Cookie::get()

Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...

0 Likes
1 Replies
posted 10 years ago

Laravel 5 custom 404

Hi, I have the 404.blade.php file in the resources/views/errors and it extends master.blade.php, lik...

0 Likes
0 Replies

[L5] composer command not firing

In composer.json there is the scripts section; "scripts": { "post-install-cmd"...

0 Likes
0 Replies

Installation Problem - 404 error

I've installed Laravel 5 by carefully following the directions. Everything seems to go well and I e...

0 Likes
0 Replies
posted 10 years ago

Need to link to auth/login in Laravel 5, link fails

Hello, <a href="auth/login">login</a> When I click on the link above, it works http://lo...

0 Likes
8 Replies
Solved

Config Class not found

echo $value = Config::get('app.timezone'); I am using this line in index.php file in public folder...

0 Likes
2 Replies

Form::model with logic required

I'm trying to use a Form::model method to update a record using form partials, which is working as e...

0 Likes
1 Replies
posted 10 years ago

Laravel 5.0 Testing with DOM Crawler

I'm looking into testing for a Laravel 4.2 app I'm working on. I'm familiar with Symfony so I figure...

0 Likes
1 Replies
posted 10 years ago

CSS is not loading in one Blade page only

this is so strange css is not loading in one page only i have blades files extends a main.blade.php...

0 Likes
2 Replies
Solved
posted 10 years ago

Functions with Laravel 5

I have some function which I need to call in my view(comment.bade.php) and return $id, this is funct...

0 Likes
1 Replies

Multiauth Route before not working

Hi, I got problem with my authentication. I need to make the guest login so they can get into online...

0 Likes
1 Replies
posted 10 years ago

Bug with artisan CLI on hosted ssh ?

hi why I the bin artisan doesn't show the full commands avaible on a shared host like OVH ? when I r...

0 Likes
0 Replies
posted 10 years ago

need tutorials for building a contact us form

hi to all i want to build a contact us form with laravel and im looking for a nice tutorial to teach...

0 Likes
4 Replies
posted 10 years ago

Gulp - Makefile

How i run the Makefile with Gulp? I installed the sparline package with bower.

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.

© 2025 Laravel.io - All rights reserved.