**Laravel GUI, To simply run artisan, composer and NPM commands and other helpful actions and get ou...
ErrorException (E_WARNING) include(C:\xampp\htdocs\laravel5\vendor\composer/../symfony/routing/Route...
ErrorException (E_ERROR) Class 'Form' not found (View: C:\xampp\htdocs\laravel5\resources\views\form...
Since updating to Laravel 5.6.8 my Mysql Database is being wiped out. MY phpunit.xml <?xml versio...
Is there away that I could have a textarea (specifically I intend use https://github.com/jeroennoten...
It has the following tables: companies, addresses and company_address. I want to remove a record fro...
Hello to you, I have a problem with my larval, because it does not have a file route.php but it stil...
Can someone let me know the difference between Myclass::insert() vs Myclass::create()?
we are trying to log the changes made to the models via ORM laravel 5. There are default events whic...
Hi all, I am using Laravel framework and have chosen PostgreSql as database. I have created stored p...
Hello. I have a problem with insert services in the database. I have a project with 3 languages: Rom...
Hellow Everyone, Am new to laravel hence not familiar with its tweaks. I have tried and tried all go...
big = DB::table('marks') ->select(DB::raw('sum(marks.tamil,marks.english,marks.maths,marks.scienc...
Dear Expert, I have a laravel application and a report designed in Birt Report. Now i want to integr...
https://laravel.com/docs/5.8/eloquent-relationships#defining-custom-intermediate-table-models Why wo...
I am trying to export into excel from Laravel but got this error above. Controller public funct...
I try to use my request class validation directly in my controller without injection. So i think i n...
public function html () { return $this->builder () ->columns ($this->getColumns ()) ->ad...
I'm trying to pass a parameter of a controller to a URL of a form, this parameter is in my routes bu...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community