Skip to content
Advertisement

Tag: laravel

Laravel routes aren’t working with 1&1 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question Many many many topics about this, but I have to say that none are helping me a great deal. I have a website with Laravel

Laravel: Get base URL

Simple question, but the answer seems quite hard to come by. In Codeigniter, I could load the URL helper and then simply do to get my site’s URL. Is there an equivalent in Laravel? Answer You can use the URL facade which lets you do calls to the URL generator So you can do: You can also use the application

Laravel use same form for create and edit

Am quite new to Laravel and I have to create a form for create and a form for edit. In my form I have quite some jquery ajax posts. Am wondering whether Laravel does provide for an easy way for me to use the same form for my edit and create without having to add tons of logic in my

Advertisement