I want all my project files to reside inside the src directory. Currently, my default layout is insi...
Hi there, I'm very new to Laravel and I'm creating a dummy blog application to help me understand th...
Hey Guys. I'm new to Laravel, so I don't know who can I use CKEditor in Laravel. how can I use this...
Hey laravel community, I'm currently running on a regular php system with laravel as a system that I...
Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...
im using some inline block divs and I need them to be without spaces between them. how to turn it of...
Hello . When i navigate on a view the form fields get cleared but if i fill a field and reload the p...
I searched for "Spreadsheet" and didn't find anything here, so I thought I would post a qu...
I am trying to link my CSS and JS in my blade template but they are not working. I used: <link re...
I'm managin the users profiles from their social network, and using S3 with cdn. The problem is that...
Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...
I'm building a unittest system. At some point I want to bind two users together in order to make an...
When I run artisan dump-autoload it gets this error and stops: Generating optimized class loader Com...
I don't know how to name the thread better than that, what I need is this: I have a master blade fil...
I added kartik-v\bootstrap-star-rating package via composer and I want to load its css and js assets...
Hi i have the following action in my controller (LanguagesController) public function index() { $l...
Is it possible to create a redirect from within a function? Say I have a BaseController that all con...
I am trying to change the URL to make it SEO friendly. i was able to go all the way to the Presenter...
I am pretty new to Laravel and have a fairly basic question. In my default.blade.php I have a <di...
I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...
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