Support the ongoing development of Laravel.io →
posted 10 years ago

Using query builder with Microsoft SQL?

Hello, I've been trying to get laravel to work with a Microsoft SQL Server. I've installed FreeTDS,...

0 Likes
2 Replies
Solved
posted 10 years ago

LazyArtisan automatically manages ServiceProviders / Facades

Lazy Artisan automatically adds and manages your Service Providers and Facades in your app config. I...

0 Likes
0 Replies

Controller vs View: Calculating date diff within foreach loop

Users create projects, projects last 14, 30 or 45 days. An "endDay" is calculated using ja...

0 Likes
4 Replies
Solved
posted 10 years ago

Adding a query string on every page change

When someone comes to my application, a query string is passed along with them. I need to keep that...

0 Likes
4 Replies
posted 10 years ago

Restful routes

I am displaying a list of hotels via an API an i'm learning to setup some restful routing.So I am go...

0 Likes
1 Replies
posted 10 years ago

CRUD Generator for laravel 5

Hi, I've just started learning laravel 5 like a month ago. And now I've developed my first laravel p...

0 Likes
2 Replies

Select box returns null when empty?

A null value is returned, when the select box is empty - this causes an error while using the sync c...

0 Likes
2 Replies

Laravel Controller create method not working while saving through AJAX

Here's my View Page <h1>{{$pageName}}</h1> <div class="lms_register_body"> {{For...

0 Likes
0 Replies

Validation form with dynamic inputs

I have a form that has inputs that look like this {!! Form::text('event[]', $data->event, ['class...

0 Likes
1 Replies

Clearing the View Cache when extending Blade

When extending Blade, using Blade::extend(), it is necessary to clear the cached View. This functio...

0 Likes
1 Replies

Retrieving and storing data from a form checkbox using Laravel 5

Got an issue that I am struggling to solve in Laravel 5. So essentially what I am trying to do is ca...

0 Likes
2 Replies
Solved

Index page showing nothing.

Hi all, new to Laravel here. So I have just created a fresh install of Laravel in a directory. I hav...

0 Likes
3 Replies

Best way to create a web app with different users authenticated

I want to create a web app with Laravel 5 that require three different type of user authenticated: s...

0 Likes
5 Replies
posted 10 years ago

Variables not being read from .env

I'm not entirely sure what category this falls under so I apologize if it's not configuration. I've...

0 Likes
0 Replies

Delete with all foreign keys

Hello, I have for example table with user, which can be owner of event or following event. So, there...

0 Likes
1 Replies
posted 10 years ago

Create table row when user register

I have table rows that I want to be created when user register just like users table does by default...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 5 - can't install from Composer

Hi guys, is it me or it's impossible to install Laravel 5 with Composer now? I tried yesterday and t...

0 Likes
6 Replies
Solved

responsive filemanager with tinymc in laravel 4

i install responsive filemanager with tinymc in laravel when i click on img icon open dialog box fo...

0 Likes
1 Replies

laravel homestead connection timeout

I see this question in many posts but nobody really has an answer, I installed homestead just as lis...

0 Likes
7 Replies
posted 10 years ago

Password reminder: replace Swiftmailer with PHPMailer

Password::remind() sends an email using Swiftmailer. How to replace Swiftmailer with PHPMailer? Than...

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.