Support the ongoing development of Laravel.io →

1,593 Threads

Laravel OrderBy relationship count without loading models

have an episodes table and an episode_Listen table, which is a One episode to Many listens I want to...

0 Likes
0 Replies

Current approach to Stripe Checkout for Onetime Payment?

I am trying to integrate stripe Checkout on my Laravel 5.3 website for some fairly basic purchase fu...

0 Likes
1 Replies
posted 4 years ago

How to add php file to load in the body of the page?

Regarding lavary / laravel-menu It is necessary that a certain file is selected in the body of the p...

0 Likes
0 Replies

i have problems with nullable fields

my nullable fields do not store values in the database even when the input boxes are filled. when i...

0 Likes
1 Replies

Maximum execution time of 30 seconds exceeded [Laravel 5.2]

FatalErrorException in FileTypeFilterIterator.php line 49: Maximum execution time of 30 seconds exce...

0 Likes
0 Replies
posted 4 years ago

I deleted the controller and it still works.

Hello. I modified the controller, but the modifications are not reflected. So, I rename and delete f...

0 Likes
0 Replies

Any way perform query on '$appends' with Accessors & Mutator

protected $appends=['sample_value']; public function getSampleValueAttribute(){ return "value&q...

0 Likes
0 Replies

Hello there! I am building a laravel project in which I have

I deployed my project on live server by creating subdomain app.example.net on cpanel. And put my pro...

0 Likes
0 Replies

Laravel Eloquent Relationship with 2 pivot tables

I'm new with relationships and eloquent. I still don't really understand working with eloquent and p...

0 Likes
1 Replies
posted 5 years ago

Laravel multiauth

How to create multiauth in laravel with a single login form for user and admin.

0 Likes
2 Replies
posted 5 years ago

Laravel Excel Trying to export with chart but no chart outpu

I am trying to export laravel-excel data with chart, but no chart output on excel. Only the array Da...

0 Likes
0 Replies
posted 5 years ago

Upload function values to excel on laravel Nova

Hi .. There is a ready-made script that uploads data in excel format, from a resource that implemen...

0 Likes
0 Replies

Insert in Database number of seats

How to insert in database number of the seat from the bus and check what seats are available. What I...

0 Likes
1 Replies

Laravel online security test

Hi, I checked many security tips and tricks about laravel security, now how to test it? Are there so...

0 Likes
1 Replies

Laravel Nova always make 404

Hello, i have buy laravel nova recently. I create a new project laravel 5.8 i do all action write in...

0 Likes
1 Replies

From Database (Text) to XML

Hi guys, In my bdd I have a column (text) called "xml_documento" which store a XML in text...

0 Likes
1 Replies
posted 5 years ago

Host a laravel website on Synology-Downloads public/index.ph

Hi there, I want to host a Laravel website on my Synology NAS. I have everything set up, and working...

0 Likes
1 Replies

Editing A drop-downlist

{!! Form::open(['action' => 'LeaveController@update', 'method' => 'POST']) !!} <div class="...

0 Likes
0 Replies

Convert Query Builder to Eloquent Model

Hi, I'm trying to convert a query to models: My query: $article = DB::table('Article as A') ->joi...

0 Likes
0 Replies

Queues with "custom" priority

Hi! I have some questions regarding queues... if I have 4 queues: [high, medium, low, default] and I...

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

© 2024 Laravel.io - All rights reserved.