Support the ongoing development of Laravel.io →

Laravel form action controller explanation

New to Laravel, My form looks like this {!! Form::open(array('action' => array('SearchController...

0 Likes
2 Replies

Pass data to view or use Ajax to pull in data

Howdy all, I'm currently building a dashboard for an order system Ive been building in L5(first proj...

0 Likes
2 Replies

How to run a query in laravel

Hi I'm iqra, I'm a newbie in laravel, I want to run a query like this SELECT vote, slug, COUNT(*) FR...

0 Likes
2 Replies

Check if relationship exists between two models (many to many)

I've got a model called Provider and one called Service. A Service has a one-to-many relationship wi...

0 Likes
1 Replies

login without hash the password

can i login using auth::attempt without hash the password ? i already have the database users from m...

0 Likes
3 Replies
Solved

How to Load Laravel on a Custom PHP Script?

I have a custom PHP script I use for environment restores. This script is inaccessible via HTTP and...

0 Likes
1 Replies

How to set whereIn update() param?

In the docs, I see DB::table('users') ->where('id', 1) ->update(array(...

0 Likes
1 Replies
Solved

Call to undefined function App\mycrypt() on Artisan Tinker

Hi there folks, I am having a problem on Laravel, since I am a newbie on Laravel Framework, I am wat...

0 Likes
1 Replies

Laravel app only loading welcome page

I've set up two different laravel apps and no matter what I put in the routes file it will only load...

0 Likes
7 Replies

A little CSS help please

I have a table that has dates (test_date) and (next_due). For the last entry (most current / descend...

0 Likes
0 Replies
posted 9 years ago

Laravel.phar

Hi Everyone ! I omeone here can give me the link or directly end the laravel.phar file 'cause I have...

0 Likes
1 Replies
posted 9 years ago

Problem when put in production

Hi I received this error (error log) when I try to access my website in production. mod_fcgid: stder...

0 Likes
1 Replies

Laravel 3.2 - Help with routing ["Requested URL not found" error msg]

Hi All, Some time back I have developed a small application using laravel 3.2. I recently tried to r...

0 Likes
1 Replies

Seeding creates empty fields into databse, but does not write anything into them.

Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...

0 Likes
1 Replies
Solved

Problem with route.php

Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...

0 Likes
0 Replies

Error In Use sync Method via etrepat/baum Package

Hi To manage the categories and sub-categories of used etrepat/baum package. https://github.com/etre...

0 Likes
2 Replies

Atlassian WIKI markup

Hello, I am writing a JIRA API processor in Laravel and have hit a snag: apparently Atlassian uses t...

0 Likes
2 Replies

1. Models problem; 2. Seed problem;

Things are going complicated as I started migrating my project to Laravel 5.x. 1. In my view I'm sho...

0 Likes
3 Replies
Solved

Proxy redirection doesn't work while in maintenance mode

I am running my webpage behind a proxy, and everything works until I turn on maintenance mode. I add...

0 Likes
0 Replies

Laravel 5 updating session table user_id column

I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...

niyazialpay liked this thread

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