Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewlukebyrne/laravel-framework

A look at the Laravel framework with PHP, it's MVC structure and generating a small project that deals with programming stacks as a questionnaire
https://github.com/matthewlukebyrne/laravel-framework

blade-template laravel-framework php scss xampp

Last synced: 3 months ago
JSON representation

A look at the Laravel framework with PHP, it's MVC structure and generating a small project that deals with programming stacks as a questionnaire

Awesome Lists containing this project

README

        

## About Laravel 101 || Stacks Selector Application

![stacks](shot5.png)

1. Installation - php artisan serve to run localhost:8000
2. Basics = Routes, Views
3. Passing data to views
4. Blade Basics
5. Blade Loops
6. Layout Files
7. CSS & Images Folders
8. Query Parameters
9. Route Parameters Wildcards {{ $id }}
10.Controllers - Switched logic to php artisan make:controller StackController
11. Connect to MySql (ENV Variables, mySql, command)
12. Migration Basics
13. Eloquent Models
14. MVC Naming Conventions (Update)
15. Getting a single record
17. Web Form Submission
18. Post Request (Cross Site Forgery Token)
19. Arrays and JSON data (extra field added)
20. Removing records (DESTROY)
21. SCSS files with Node-Sass Setup
22. composer require laravel/ui
23. php artisan ui vue --auth
24. Route protection ->middleware('auth');
25. Named Routes {{ route('stacks.create') }}

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

Laravel is accessible, powerful, and provides tools required for large, robust applications.

## Learning Laravel

Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

## Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).

## Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

## Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

## Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).