The Wayback Machine - https://web.archive.org/web/20200705180523/https://github.com/topics/laravel-framework
Skip to content
#

laravel-framework

laravel logo

Laravel is a popular PHP framework, used for the development of MVC web applications.

Here are 2,480 public repositories matching this topic...

Laravel 7 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Project can be stood up in minutes.

  • Updated May 28, 2020
  • PHP
mykeels
mykeels commented Apr 21, 2019

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

ekstro
ekstro commented Jan 24, 2019

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

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

  • Updated May 30, 2020
  • PHP

Created by Taylor Otwell

Released June 2011

Organization
laravel
Website
laravel.com
Wikipedia
Wikipedia

Related Topics

framework php
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.