laravel5

Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 826 public repositories matching this topic...
-
Updated
Jun 6, 2020 - PHP
-
Updated
Mar 18, 2020 - PHP
-
Updated
Apr 25, 2020 - PHP
Hi, this looks like a great extension but, unless I'm not finding it in the right place, it's hard to know which parameters should be passed to each method, unless we dig into the code and find it. So the question is, is there any place where we can find the minimum required docs?
Thanks!
-
Updated
Jun 6, 2020 - PHP
-
Updated
Mar 16, 2017 - JavaScript
-
Updated
May 29, 2020
I’m using vanilo in a project I’m working on even though I realise you do not have the 1.0 yet.
I’ve had to modify a method in a controller in vendor/vanilo/framework/resources/views and I was wondering if you envisioned a system to override some of these controllers in the framework properly ?
SO I could have modified views in my main folder and leave everything untouched in vendor.
Thanks
When exploding the address, if any of them has a space after the comma (ie. test@example.com, test2@example.com) the validator will think the email adddress is invalid, some trimming of white spaces should be applied.
/vendor/web-feet/coasterframework/src/Helpers/Cms/Email.php:24
-
Updated
Mar 16, 2020 - PHP
Hello,
I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.
For the controller, it would indicate the need to put the controller in the directory "app/Http/Controllers/Api"
.
Since the namespace of the controller is not correct. There must be "App/Http/Controllers/Api"
.
In the r
-
Updated
May 9, 2020 - PHP
-
Updated
Dec 16, 2019 - PHP
-
Updated
Mar 4, 2020 - PHP
-
Updated
Mar 25, 2020
-
Updated
Mar 14, 2020 - PHP
-
Updated
Jun 7, 2020 - HTML

-
Updated
Jul 16, 2019 - PHP
-
Updated
Jun 21, 2020 - PHP
-
Updated
May 2, 2019 - PHP
-
Updated
Mar 15, 2020 - PHP
-
Updated
Jan 15, 2020 - PHP
-
Updated
Jun 19, 2020 - PHP
-
Updated
May 18, 2020 - PHP
Created by Taylor Otwell
Released June 2011
- Organization
- laravel
- Website
- laravel.com
- Wikipedia
- Wikipedia
According to the documentation, the admin login is available at
http://site_address/website/public/admin
.However, I get the message
Not Found , The requested URL was not found on this server.
Browsing through the directory I cannot find folder or page asadmin
. Hence, probably the docs are outdated.The admin credentials are also not usable in the cl