Questions tagged [laravelcollective]

Use for questions about use of or contribution to the LaravelCollective; a collection of Laravel components such as Annotations, Html, Form, SSH, that have been removed from the core Laravel framework.

As the Laravel PHP Framework has grown, and the set of core components has been refined, some components that were once part of the core features have been removed.

The Laravel Collective Community exists to continue support and evolution of these components.

Documentation for LaravelCollective Packages.

List of Laravel Collective components

  • bus: Laravel Command Bus
  • html: HTML and Form Builders for the Laravel Framework
  • remote: Remote SSH Access for the Laravel Framework
  • iron-queue: IronMQ Driver For Laravel Queue
  • annotations: Route and Event Annotations for the Laravel Framework

References

281 questions
-1
votes
1 answer

Laravel 8: Installation failed, reverting ./composer.json to its original content

I'm using Laravel 8, and I want to install Laravel Collective v5.7. So at the Terminal I said: composer require "laravelcollective/html":"5.7.1" But it returns this error: Your requirements could not be resolved to an installable set of packages. …
user9277271
-1
votes
1 answer

Did your still using Laravel's Collective in year 2020?

Currently, I had receiving a new project. I am thinking of whether do I need to include the Laravel's Collective into the system. For me, my consideration is more on maintenance part cause if I include laravel, new programmer need to spend extra…
LAW WEI LIANG
  • 517
  • 5
  • 11
-1
votes
1 answer

Laravel Dynamic Checkbox error: Trying to get property 'id' of non-object

What I'm trying to achieve: User can assign multiple supermarkets to a product, and supermarkets can be assigned to multiple products. When registering a product, I want the user to be able to select from check boxes which are populated from a…
MattyO
  • 115
  • 2
  • 9
-1
votes
2 answers

Old() function in laravel collective form

Good morinig everyone. Can you tell me how to use the old() function in laravel collective? - classical form:
-1
votes
2 answers

{!! Html::style('css/parsley.css') !!} NOT WORKING

I'm new to Laravel and I also understand that Laravel has stopped supporting Collective but I managed to still install the package into my Laravel 5.8 project. Now my problem is, when I tried adding the line below, it does not work. When I inspect…
Franz
  • 137
  • 1
  • 5
  • 16
-1
votes
1 answer

Keep dropdown menu selected laravelcollective/html

I have a dropdown menu like this: {!! Form::open(['method'=>'get']) !!}
{!! Form::select('sort',[''=>'Choose…
Tomato
  • 759
  • 2
  • 14
  • 26
-1
votes
1 answer

How can i get data from database for dropdownlist in Form in Laravel using laravel collectives?

I have used usual dropdown list and it's not worked, when i click the submit button for all the data in the form except drop down value were sent to database.how can i fix it??
-1
votes
1 answer

Laravel 5.3 Collective not installing

I'm learning how to work with forms but I got an error on the first try when I tried simple html code.
With this code I got this error: MethodNotAllowedHttpException in…
-1
votes
2 answers

How do I install Laravel Collective? It keeps saying "Package requires php 7"

$ composer require "laravelcollective/html":"^5.4.0" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set…
-1
votes
2 answers

File Not Updating in Laravel

I have Laravel 5.5 Application. I am trying to update my post and image is not updating. When I die and dump the following dd($request->hasFile('image')); it outputs false View:
{{ Form::model($slider, array('route' =>…
Sid Heart
  • 743
  • 3
  • 14
  • 38
-2
votes
1 answer

Trying to get property of non-object Laravel FORM

i'm creating a simple question-and-answer web app using Laravel, and i'm new to this, So there's a USER who posts a QUESTION and letting someone to ANSWER the question, my progress so far, I can register as a USER, post a QUESTION, BUT i'm having…
Yeoj
  • 1
1 2 3
18
19