laravel-framework
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 2,480 public repositories matching this topic...
-
Updated
May 22, 2020 - PHP
-
Updated
May 28, 2020 - PHP
I'd like to contribute when I can, but it's hard knowing your intentions for parts of the application that haven't been completed yet.
Could you provide a document that gives the design of the application? A good and simple format to begin with is:
Class
This is a description of a school's class. It does this and that ... Its properties are:
- Property 1
- Property 2
Section
I'm trying to use prototype example from documentation.
$form = $this->form($this->getFormClass(), [
'method' => 'POST',
'autocomplete' => 'off',
'model' => [
'title' => 'Test',
'tags' => [
['name_a' => '1', 'name_b' => '2'],
['name_a' => '3', 'name_b' => '4'],
],
],
'url' => route($this->type . '.update', [
'id' => $id
])
]);
$this
->a
- Laravel version 5.4
- error at load the statistics page with two datatables: DataTables warning: table id=DataTables_Table_0 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
Resizeable sidebar
-
Updated
Feb 20, 2020 - PHP
There is a notise on the first page of Voyager/admin
"If you would like full access, install it locally with the instructions found on the GitHub Repo."
Could you direct me where these instructions are?
well thank you
-
Updated
May 30, 2020 - PHP
-
Updated
May 4, 2020 - PHP
conversation en MP
J'ai remarqué qu'il n'y avait pas d'historique des conversations privées, ce qui est un peu dommage.
Ce n'est pas un point bloquant, mais ça serait un plus !
-
Updated
Jun 7, 2020 - PHP
-
Updated
Jun 26, 2020 - PHP
-
Updated
Jun 17, 2020 - HTML
-
Updated
Mar 4, 2020 - PHP
-
Updated
Jun 15, 2020 - CSS
-
Updated
Mar 28, 2020 - PHP
-
Updated
Mar 25, 2020
-
Updated
Jul 5, 2020 - PHP
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jan 8, 2019 - PHP
-
Updated
Jan 25, 2017 - PHP
-
Updated
Apr 18, 2017 - PHP
-
Updated
Jun 29, 2020 - PHP
-
Updated
Jul 5, 2019
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 30, 2020 - PHP
Created by Taylor Otwell
Released June 2011
- Organization
- laravel
- Website
- laravel.com
- Wikipedia
- Wikipedia


I'm always frustrated when I'm trying to use endpoints. Need to do back and forth between codebase and postman.
Is it possible to share a postman collection in json before having the documentation please ?
Thank you!