Support the ongoing development of Laravel.io →

Error when I execute php artisan route:list

Hi, I got this error when I execute php artisan route:list [Symfony\Component\HttpKernel\Exception\H...

0 Likes
1 Replies

Laravel 5.3 and jQueryUI 1.12.1 (with Webpack)

Hello How i can use jQueryUI with Laravel 5.3 and Webpack? :) I have already declared jQuery in my &...

0 Likes
1 Replies
posted 9 years ago

Homestead YAML folder mapping

I don't feel like the YAML part of the documentation is very clear: -- Configure Your Shared Folders...

0 Likes
18 Replies

Ajax call hangs server

I have ajax call which is executing after DOM is loaded: $(document).ready(function() { if ($('#...

0 Likes
0 Replies

Mass CRUD REST edit/update controller: how to

Hello I'm new to Laravel and the forum. I am trying to create a RESTful CRUD controller with a littl...

0 Likes
1 Replies

Extending controllers doesn't extend constructors?

I just upgraded to 5.3. I have a dashboard controller. It has a constructor like: public function __...

0 Likes
1 Replies
posted 7 years ago

Class 'session' not found

FatalErrorException in fa17d9d6b5a07c22ff5e6c69223c8360c8d5d8ae.php line 23: Class 'session' not fou...

0 Likes
1 Replies

Custom Validation For Required With & Fields as Parameters

As requested by Mr. Mohammad Said on Github , I am writing my question here.... :) Laravel Version:...

0 Likes
0 Replies

Rewrite http to https after set project to root directory from public directory.

Hi, I have removed the public directory from laravel 5.3 and set my project to root directory. I ren...

0 Likes
0 Replies

Modular structure on Lumen 5.3

Is there a way to build a modular structure on Lumen 5.3. Because I would like to divide my applica...

0 Likes
1 Replies

Nested dropdowns db populated

I would like to create 3 dropdowns in one of my views - Each of them is bind to a different model, b...

0 Likes
3 Replies
posted 7 years ago

DB Structure

I'm interested in some thoughts on how I should structure what will be a rather "data heavy&quo...

0 Likes
1 Replies

Why my Ajax id's array Request deletes only 3 records?

My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...

0 Likes
1 Replies
Solved

How to make Many-Many Pivot table as entity

I have this four tables Experiments() Users() Participants(id, experiment_id, user_id) - as pivot ta...

0 Likes
0 Replies
posted 7 years ago

Authy Notification Channel for Laravel #opensource #package

Few days ago, we @Rinvex released a new #opensource package for #laravel community, I'd like to shar...

0 Likes
0 Replies

show related table columns in all select of model laravel

I want show related table columns (customers.name) in all select of model (User) laravel. I use acce...

0 Likes
0 Replies

Multiple User Auth in Laravel

I am making a multiple Auth in Laravel , I am in doubt if I make a auth in different tables like ADM...

0 Likes
2 Replies

Create user upon storing in another table.

Hi all, I have sponsors table and form where I can create a Sponsor. While doing that, I would like...

0 Likes
1 Replies

How to login with username or email or both and password in laravel 5.3

I want to login with username or email or both and password in laravel 5.3. How can I achieve this?

0 Likes
1 Replies

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

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.