How to load JS and CSS file inside laravel method I have to convert the below code to laravel class...
Hello, what is the equivalent of that php line in Jquery ? {{ asset ("/AdminLTE/plugins/fancyBo...
Hello, I have this issue where I think Laravel adds  character randomly (or not?) at the...
I have a form the user can use to retrieve data from the DB, then I want to update the same page to...
Heya, So I have a bit of a problem, I have a different blade file that I want to render for small sc...
Hi, I'm having a problem right now. Please help me. I have 2 main page. The Homepage(index.blade.php...
I'm trying to pass a collection of models to an email. However, in the email it turns out to become...
I am calling utility function in my controller function. The utility function returns a view. Howeve...
Hi, I have a view with two tables. the first table include a form with all the fields of a row of th...
Hi All, I work on Laravel framework from the short time, After finishing the website, I willing to e...
Hi I have been trying to solve this for two days now, I do not have any hair left. My routes file: &...
I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...
I would like to be able to locate a record by scrolling to the "page" it is on. Obviously...
What would be the best way to go about implementing shortcode style functionality in views? Example:...
Hi, I'm using Confide&Entrust package for user managment and now I'm storing additional user inf...
I have getName Function shown below: public function getName($id) { $visit = DB::table('tm_Child') -...
When running php artisan config:cache my views all return the error message "InvalidArgumentExc...
Hi I'm trying to generate class information before / after my inputs. The project is using https://g...
I created a model and extracted data using the model from database via controller Like $data=datab...
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