Hi I need to create the following ability on a form to create/select: Country Province Town Suburbs...
I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...
Hi getting a 'marked @internal' in PHPStorm. I can't fix the code to make the message disappear. I'a...
Hi there, I'm upgrading my existing mini project from Laravel 4.2 to L5. In my routes file, I've the...
Hey everyone, I'm trying to output a png image via Laravel (I'm doing something for every page view...
I use Restful to create CRUD in laravel. And i add another route : Route::resource('article', 'A...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
I'm making a file upload system using Laravel, Ajax and jQuery. I am able to submit forms using Ajax...
I want to send some data for all methods (GET ) of the Controller and do not want to have to do this...
I have created "categorystream" in "schools" section. I have added categorystrea...
I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...
I use Jquery File Upload for laravel but i can recevied any thing. javascript can not run. Jquery: h...
I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...
Hopefully my question isn't going to be too vague, and just let me know if you look at this and need...
The docs for 5.1 say: Note: Route parameters cannot contain the - character. Use an underscore (_) i...
I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...
Hi I have developed an app on L4 and I taken strange error.. Examle in unit test public fun...
Hi. I'm coming from CodeIgniter world (yes, I know it's a very old framework :) ), I there are a lot...
Hi, is there please anyway to push Reponse to an ajax script in the view ?
I have a search form that sits on every page of my Laravel app - when someone enters a search reques...
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.