Support the ongoing development of Laravel.io →

Unable to launch lavarel using http://localhost:8000 using wamp on windows 7

Hi All, I am following the tutorial from lavacasts and I did everything as they said but when I open...

0 Likes
4 Replies

How to white-label a product? (backend discussion about data separation)

I've created a web app product. Angular app built on Rest API using PHP/Mysql. The app works great f...

0 Likes
1 Replies

Cross-Origin Resource Sharing Policy Error.

Hi guys, I'm running into an issue that I hoped someone here could help me with. When I put my appli...

0 Likes
1 Replies

Laravel roles, which package should I choose?

Hi guys, I'm implementing roles into my application, I tried to find a popular package for it and fo...

0 Likes
1 Replies

Separate routes to own files

Hi I have big routes.php file. There a lot of route rules. I would like split rules to own files. I...

0 Likes
2 Replies

Which one use (injection vs static method)

Hi. Probably is a PHP general cuestion but this is what I'm wondering: class A { public functio...

0 Likes
1 Replies

[Package] Recaptcha - Googles new (december 2014) recaptcha

Github What is reCAPTCHA? reCAPTCHA is a free service to protect your website from spam and abuse....

0 Likes
0 Replies

Filters not working in TestCases

I'm experiencing strange behaviour with Filters and TestCases. It seems like filters are only being...

0 Likes
1 Replies

How to properly move local laravel application to live server?

I've running laravel application on my local machine and all the project's files go into xampp/htdoc...

0 Likes
4 Replies
posted 10 years ago

Query inside Routes.

Is is a Good practice to write my Query inside Routes file ? eg: Route::get('popular', function(){...

0 Likes
1 Replies
posted 10 years ago

Can't rollback laravel migrate

I've created a migration for CreateUserTable successfully. <?php use Illuminate\Database\Schema\B...

0 Likes
4 Replies

Using third party modules in my own package (workbench)

Hi everybody. I have a problem with developing my own package for L4 with workbench. (Decided to rew...

0 Likes
2 Replies

Model::create($request->all()) creates two rows identical rows on one form request

When I fire Product::create($request->all()) method it creates two rows in a table with the same...

0 Likes
1 Replies

Looping through a table to save rows as an array?

I am creating an attendance register that pulls names from a database based on certain criteria and...

0 Likes
1 Replies
posted 10 years ago

Laravel Redirect::to Wrong Redirect In Subdomain

//Backend's Route Route::group(array('domain' => 'admin.web.com', 'before' => 'inGroup:Adminis...

0 Likes
1 Replies

Configuring Laravel with XAMPP

Hi everybody, I'm new with Laravel and I've tryed to use it for a week but without results. I'm usin...

0 Likes
1 Replies

Route aliases

###Good day, people! May be someone knows how to get url aliases like that: /goods, /goods/subgoods,...

0 Likes
1 Replies
Solved

Relationships and joins

I'm learning Laravel and have a few questions I am looking to build a relationship between 2 databas...

0 Likes
2 Replies
posted 10 years ago

Laravel modules

Hi, I don't know if anyone here know alot about codeigniter, but with codeigniter if you added Modul...

0 Likes
2 Replies
Solved

Inline css in the Laravel mailer for email views

Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...

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