I'm trying to make a search function with laravel 5 and it's not passing the results variable to the...
Hi, first post here. I am struggling to come up with a way to make my Laravel application return to...
Hello, I'm having some trouble realizing a bit of logic in my application. In short, I have a user u...
I have a very simple Eloquent search form built into my application and I want to prevent when a use...
While saving uploaded file with unicode character as filename using move function, it saved filename...
I have a form here as below: <form action="{{ route('benice') }}" method="post&qu...
I have areas, each area has N curses. So, each curse belongsTo one area. I have this selection:...
Hi! Let me show you my project that I'm working on a while. It's a content management system created...
posting my repository code /// public function saveAdvertiser($advertiser,$advlogo) { $industryId =...
I have a question. I am creating a simple CRUD blog. Currently doing the edit a post section. I want...
I am practising Laravel and building a blog for Activity holidays. I have a posts table which descri...
I can't use Html, Form helper in Laravel 5.
Laravel 5.4, laravelcollective/html 5.4.8 Parent Blade template for creating/editing Entries: (as yo...
Hello, I'm trying to get the ID of the ids that I'm passing, in case it can be up to two ids since I...
I set up a form for uploading files and it works great with everything, including pictures from the...
I am working on an admin dashboard with different sections, to add blog posts to add portfolios bo...
I successfully created a two-level dynamic dropdown using buildings and rooms by following Hardik Sa...
Hello, I have a form that need 100 over of wysiwyg textarea in it. I have tried bootstrap wysihtml,...